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

[Suggestion] Nanopass might be helpful here. #1

Open
LeifAndersen opened this issue Dec 25, 2015 · 1 comment
Open

[Suggestion] Nanopass might be helpful here. #1

LeifAndersen opened this issue Dec 25, 2015 · 1 comment

Comments

@LeifAndersen
Copy link

Hello, I noticed your recent work on trying to compile Racket Bytecode to x86 assembly code. This is awesome.

You might find using nanopass (a DSL for writing compilers, that now has a Racket version) helpful for this project. I am currently working on replacing the current Racket compiler, which compiles fully expanded Racket source code, to Racket Bytecode, using Nanopass. You can find the current status of the project here.

Either way though, good luck with your project, this seems awesome.

@lwhjp
Copy link
Owner

lwhjp commented Dec 25, 2015

Oh, great! I hope we'll be able to use the two projects together someday soon.

nanopass looks like fun. A lot of my play projects are implementing other languages in Racket, so it should be useful there too.

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

No branches or pull requests

2 participants