Swym‘s ideal is to be the most readable language ever made.
|
|
|
|||||
|
Swym‘s ideal is to be the most readable language ever made. There are now 300 languages posted here… Ok, 68 broken links are reported but still there is a lot to explore about programming language implementations. Thanks to everyone who contributed so far! compiler-hopper is a compiler for the language Grace. Papert is a logo interpreter in JavaScript with turtle graphics. A compiler for the Micro Java language. French documentation only. Streme (Scheme + stream) is a Scheme-inspired language with a concurrent interpreter. The main goal is to make effective use of multiple cores when evaluating programs. Streme comes with analysis tools that are capable of performing control and value flow analysis, together with interprocedural dependence analysis. The ultimate goal is automatic parallelization of Scheme programs, evaluating standard Scheme programs (i.e. programs without special annotations for parallelization) using multiple cores. Secowela is a language for writing web browser applications. It is a compiler language that generates standard JavaScript. Unlike JavaScript Secowela features classes and components. The idea of components is that multiple components from different authors can be embedded on one web page without interfering with each other. The grammar for the language core (without XML and protocol buffers) is in place, the parser works and type checking is almost complete. The JavaScript generator is yet to be done. Secowela is implemented in C# and features a LL grammar. |
|||||
|
|
|||||