Frost is an interpreted structured programming language based on C and Objective-C. It has dynamically typed variables, named function parameters, implicit memory allocation, and automatic garbage collection through reference counting (for arrays). As any major interpreted language, you can easily create bindings of your C library functions to Frost.
Its interpreter is written in C, and it only uses libC and POSIX system calls (Lex and Yacc are not required). You can easily compile it on Linux or OS X using the included Makefile.
Features
- Dynamically typed variables.
- Implicit memory allocation and automatic garbage collection (for arrays).
- Function pointers and Blocks.
- Easy to create libraries.
- Interpreter written in C, using libc and posix system calls only!
- Reflection (version 0.1.5)
Follow Frost Programming Language
Other Useful Business Software
Gemini 3 and 200+ AI Models on One Platform
Build generative AI apps with Vertex AI. Switch between models without switching platforms.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Frost Programming Language!