japl icon indicating copy to clipboard operation
japl copied to clipboard

Official repository of the JAPL language

Results 5 japl issues
Sort by recently updated
recently updated
newest added

There has been great progress in building up the test part of the test suite, however the software running the tests is quite lacking. A replacement should be developed that...

enhancement
help wanted
good first issue

JAPL is an object oriented language, so at some point we'll implement classes. Specifically, I'd like to have: - "magic" methods (a la Python) for built-in behavior like string representation...

Discussion

Since we'll be rewriting the whole JAPL backend very soon, I'd like this time to be the last one that such a big change is needed. To achieve this, we...

Discussion

JAPL is evolving pretty quickly, and as more and more features get added the need for a new and improved compiler toolsuite arises. The current implementation uses a single-pass bytecode...

enhancement
Discussion

The JAPL repl is quite friendly already (surely friendlier than its previous python versions). All expressions evaluated in the top level code are printed to stdout once they're returned, but...

enhancement
help wanted
good first issue