You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a few example scripts in the README.
It'd be nice to have a dedicated repository with larger scripts (and perhaps projects) to showcase what Mamba looks like in practice.
High-level description of the feature
We can actually build a script which downloads mamba from the crates.
This is then used to compile all our scripts.
The build then passes if all compile, and fails if any fail to compile.
We could additionally have a target repository with all the reference python scripts.
Then the build script checks the output AST of the compiler with the reference python script.
If this comparison fails, then the build fails, and if not then it passes (if all match).
This also reinforces that Mamba is similar to Typescript.
Typescript also produces scripts which are stored in a target repository. though in that case the output is JavaScript instead of Python files.
The text was updated successfully, but these errors were encountered:
Current Issue
We have a few example scripts in the README.
It'd be nice to have a dedicated repository with larger scripts (and perhaps projects) to showcase what Mamba looks like in practice.
High-level description of the feature
We can actually build a script which downloads mamba from the crates.
This is then used to compile all our scripts.
The build then passes if all compile, and fails if any fail to compile.
We could additionally have a target repository with all the reference python scripts.
Then the build script checks the output AST of the compiler with the reference python script.
If this comparison fails, then the build fails, and if not then it passes (if all match).
This also reinforces that Mamba is similar to Typescript.
Typescript also produces scripts which are stored in a target repository. though in that case the output is JavaScript instead of Python files.
The text was updated successfully, but these errors were encountered: