agda2scheme icon indicating copy to clipboard operation
agda2scheme copied to clipboard

Compiler backend for generating Scheme code

Results 13 agda2scheme issues
Sort by recently updated
recently updated
newest added

In order to support custom primitives for doing IO and such, it would be good to support `FOREIGN` pragmas to include snippets of Scheme code into the Agda source.

enhancement

In order to make the backend practically useable, it needs to have support for imports from other files. One choice that needs to be made is whether we compile each...

enhancement

Currently Agda2Scheme compiles Agda definitions to Scheme definitions, but there is no way yet to indicate a main function. One question here is whether we want something like the IO...

enhancement