Fun is programming language that supports both the functional and the imperative styles of programming. It distinguishes these two styles by allowing the programmer to choose between them explicitly: you can either write funs - which are pure, or procs - which are impure.
☆25Jan 4, 2023Updated 3 years ago
Alternatives and similar repositories for fun-lang
Users that are interested in fun-lang are comparing it to the libraries listed below
Sorting:
- The Perlang Programming Language (GitHub Mirror)☆18Mar 2, 2026Updated last week
- A Kotlin implementation of lox with a JVM backend built using ProGuardCORE☆24Jun 16, 2024Updated last year
- Compiler for a language with Python-like syntax☆11Dec 13, 2018Updated 7 years ago
- The Ribbon programming language☆11Jan 25, 2022Updated 4 years ago
- Programming language☆13Dec 6, 2020Updated 5 years ago
- Fast, type-safe, object-oriented language by yours truly☆47Updated this week
- A strongly-typed programming language by the N building with a general-purpose use☆28Aug 23, 2024Updated last year
- A simple, extensible and efficient programming language based on C and Python