dynamically-typed programming language
Warning
Personal Project - to explore how interpreters work
- Dynamic Typing: Variables do not require explicit type declaration.
- Interactive Shell: Execute code line-by-line for testing and exploration.
- Execute a source file.
-
Prerequisites:
- Kotlin (https://kotlinlang.org/)
- Use the Repl
- Run an entire source file
see demo file here
- Control flow
- Functions with parameters
- Closures
- Classes
- Methods
- Inheritance