Squirrel 2.2.3

Squirrel 2.2.3 Download Summary

  • Language: Unknown
  • Platform: Windows / Linux / Mac OS
  • License: Other Free / Open Source License - zlib/libpng License
  • Databases: N/A
  • Downloads: 6969
  • Released: Aug 1, 2009

Squirrel 2.2.3 Description

Squirrel is known to run on Windows, Linux, MacOS X, PSP, GameCube, Wii, Nintendo DS and XBOX.

It's inspired by languages like Python,Javascript and expecially Lua.

Key features "Squirrel":

· Dynamic typing
· Delegation
· Classes & inheritance
· Higher order functions
· Generators
· Cooperative threads(coroutines)
· Tail recursion
· Exception handling
· Automatic memory management (CPU bursts free; mixed approach ref counting/GC)
· Weak references
· Both compiler and virtual machine fit together in about 6k lines of C++ code.
· Optional 16bits characters strings
· Compiles on both 32 and 64 bits architectures

Squirrel Bookmark

Hyperlink code:
Hyperlink for Forum code:

Squirrel 2.2.3 Script Download Notice

Top 4 Download periodically updates information of Squirrel 2.2.3 script from the developer, but some information may be slightly out-of-date.

Our script download links are directly from our mirrors or publisher's website. Squirrel 2.2.3 torrent files or shared files from free file sharing and free upload services, including Rapidshare, MegaUpload, YouSendIt, MailBigFile, DropSend, HellShare, HotFile, FileServe, MediaMax, zUpload, MyOtherDrive, SendSpace, DepositFiles, Letitbit, LeapFile, DivShare or MediaFire, are not allowed!

The Squirrel programming language

It was designed to be a powerful scripting language for small applications like games, due to its ... 3.2.3Linux gcc 4.0.0 (x86 64bits) Key features "The Squirrel programming language": · Open Source zlib/libpng license · Dynamic ...

Lazy attributes

Lazy attributes script shows how to create attributes with 'computed at first use' values. ...
Python

Loose Coupling

The "broadcaster" and "broker" modules enable loose coupling between objects in a running application. ...
Python

Ruby like syntactic sugar

Ruby offers very nice language constructs for loops or for iterating over lists like the following: 5.times { print "Hello World" }. This recipe shows how to implement these features in python. ...
Python

A simple date class

This script can be used by anyone who wants a date object for a program. The code was written as a help for someone trying to do the same thing in C . ...
Python