To get started with Electron, check out the resources below. Learn how to wrap your web app with Electron, access all the APIs, and generate installers.
Video Conferencing Overview. Learn everything you want to know about video conferencing from the history of the conference call to selecting an enterprise-grade video conferencing solution.
The Electron API Demos app interactively demonstrates the most important features of the Electron API. See what's possible with Electron with sample code and helpful tips for building your app.
Electron Fiddle lets you create and play with small Electron experiments. It greets you with a quick-start template after opening – change a few things, choose the version of Electron you want to run it with, and play around. Then, save your Fiddle either as a GitHub Gist or to a local folder. Once pushed to GitHub, anyone can quickly try your Fiddle out by just entering it in the address bar.
A minimal Electron app with helpful notations.
Ask questions in the Discuss forum. Follow @electronjs on Twitter for important announcements. Need to privately reach out? Email info@electronjs.org.
OverviewSquirrel is a high level imperative, object-oriented programming language, designed to be a light-weight scripting language that fits in the size, memory bandwidth, and real-time requirements of applications like video games. Although Squirrel offers a wide range of features like:
Squirrel is inspired by languages like Python,Javascript and especially Lua(The API is very similar and the table code is based on the Lua one)
What Does it look like?
squirrel's syntax is similar to C/C++/Java etc... but the language has a very dynamic nature like Python/Lua etc...
Development state
MS Visual C++ 6.0,7.0,7.1,8.0,9.0 and 10.0(x86 & x64)
MinGW gcc 3.2 (mingw special 20020817-1)
Cygwin gcc 3.2
Linux gcc 3.x
Linux gcc 4.x
Illumos gcc 4.x
XCode 4
The documentation has to be improved.
I'd like to have some feed back and maybe help to design/port/test it.
In the next release(3.1.x stable):
Online Squirrel 3.1 reference manual and Standard Libraries manual)
Offline Squirrel 3.1 Reference Manual (PDF)
Offline Squirrel 3.1 Standard Libraries Manual (PDF)
both manuals are included in the language distribution
Squirrel 3.0 reference manual(PDF/HtmlHelp/Html Online)
Squirrel 3.0 Standard Libraries manual(PDF/HtmlHelp/Html Online)
both manuals are included in the language distribution
Squirrel 2.0 reference manual(PDF/HtmlHelp/Html Online)
Squirrel 2.0 Standard Libraries manual(PDF/HtmlHelp/Html Online)
both manuals are included in the language distribution
You can download Squirrel 3.1 stable here
Released March 27, 2016.
Squirrel's GitHub repository is here
You can download Squirrel 3.0.7 stable here
Released January 10, 2015.
You can download Squirrel 2.2.5 stable here
Released November 28, 2011.
My name is Alberto Demichelis if you want to know more about me, this is my personal homepage