Kashipara.com is a community of ONE million programmers and students, Just like you, Helping each other.Join them. It only takes a minute: Sign Up
Job Resume Template
Latest version Squirrel release on February 10, 2022
| Name | Squirrel |
| Category Name | Programming Languages |
| Release Date | February 10, 2022 |
| LTS Version | 3.2 |
| License | 0 |
| Official Website | http://squirrel-lang.org/ |
| Supported OS | Windows, Mac Os, LINUX |
Squirrel is a high-level, imperative, object-oriented programming language designed for lightweight scripting, particularly in applications like video games. It offers dynamic typing, delegation, classes with inheritance, higher-order functions, lexical scoping, generators, coroutines, tail recursion, exception handling, and automatic memory management. The entire compiler and virtual machine comprise approximately 7,000 lines of C++ code, adding only about 100-150 KB to the executable size. Squirrel draws inspiration from languages such as Python, JavaScript, and Lua, providing a familiar yet efficient syntax for developers.
Software Requirements:- Windows: Microsoft Visual C++ (versions 6.0 through 12.0) or MinGW GCC 3.2. Linux: GCC compiler (versions 3.2.3, 4.0.0, 5.3.1). macOS: While specific compiler versions aren't detailed, GCC or Clang are typically used. Hardware Requirements:- Processor: x86, amd64, or ARM architecture. Memory: Minimal RAM usage due to Squirrel's lightweight design. Storage: Approximately 100-150 KB additional disk space for the Squirrel executable.


Latest version TALx86 release on July 1, 1999


