Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Puts a file on disk, not very versatile. #2

Open
rmc3 opened this issue Mar 3, 2014 · 0 comments
Open

Puts a file on disk, not very versatile. #2

rmc3 opened this issue Mar 3, 2014 · 0 comments

Comments

@rmc3
Copy link

rmc3 commented Mar 3, 2014

It looks like compiler.py puts a file on disk containing the code, then imports it and calls a very specific method. This is not a very general compiler! Additionally, this file is greater than zero bytes. Does not perform as advertised.

I'd suggest having it call an eval() on the code string directly. It'd make this language much more versatile. Right now, it can only do qsort. This makes me sad.

@rmc3 rmc3 mentioned this issue Mar 4, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant