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
Keep company data safe with Chrome Enterprise
Make AI work your way with Chrome Enterprise. Block unapproved sites and set custom data controls that align with your company's policies.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Frost Programming Language!