Scott Main
Scott Main
Sorry about that, it's a bit confusing because the documentation is written in a Jupyter notebook, which allows top-level code like this. We can do better to make that more...
@JoeLoser can you please take a look at this.
@jackos Are you familiar with the changes here?
@arthurevans Please have a look at this.
Thanks for this suggestion! This is definitely something to consider, but Mojo is still very young and changing quickly, so I think we should revisit this when the language and...
@fresh88888888 I believe the problem is your filename. The "init" file needs to be surrounded by double-underscores: `__init__.mojo`, but your output indicates you did not do that: ``` ~/mojo/demo$ mojo...
> we have always treated `` the same as `\` to support things like: > > ```js > {` > function foo() { > return 1; > } > `}...
Hey @ratulb thanks for reporting this and sorry for the silence. We actually fixed this shortly but our internal Linear system failed to close this issue. We decided that the...
Thanks for reporting this, that's great feedback. We can probably improve this with a combination of better docs and better error messages. Can you please explain exactly what happens when...
This documentation and some of the process may have changed a lot since this issue was filed. If you still have any issues, please do file a new issue and...