I recently built and open sourced my programming language called "boson", it is An interpreted, dynamically-typed, multi-threaded, general purpose hobby programming language written in Rust.
Features:
- Multiple Data Types: char, int, float, string, array, hashtable, bytes and buffer.
- Airthmetic, Logical operations
- Variables and Constants
- Control and Looping structures
- Functions and Lambda expressions
- Threads and Multi-threading
- Shell operator to run shell commands within the language statements
- Some basic built-in functions
- Iterators (psuedo iterators)
- Byte code generation, serialization and loading
Top comments (0)