We are no longer working on this project as it would be slower and is not nessisary.
The Zuse Language
functional language representing symbols to compute the world's information
The Zuse language is not meant to be like a stardard programming language, rather, Zuse code is meant to be generated by other programs and be able to run through interpreters, written in other languages. This also allows you to reuse already written code to use in combination with Zuse code.
The language consists of only functions, this is done because you can represent the function that gets called, along with its arguments, in a format such as JSON or YAML. Executing a function in Zuse is represented with an array, the first element being the function name, and the second element being an object of arguments as shown here in YAML:
- MyFunction
- foo: bar
key: value
or in JSON:
Documentation can be found at:
Here is the list of offical and non-offical Zuse interpreters.
I am basing this project off of the Wolfram Language, however my goal is to make this opensource and allow people to create their own functions to add to the codebase.
Named after Konrad Zuse