Nutty IDE is an open-source cross-platform Squirrel Programming Language IDE (Integrated Development Environment) written in C/C++ using wxWidgets.

About:

Nutty IDE aims to be a simple fast Squirrel langauge (http://squirrel-lang.org/) IDE to code, compile, and debug squirrel code in one application. There is only one other squirrel ide publicly available as a plug-in to Eclipse which is written in Java which is not a small and lig htweight unlike the goals for this project. Here is the list of the goals this p roject aims to achieve.

Project Goals:

  • fast using c++
  • lightweight, low memory footprint and executable size
  • full featured debugging (breakpoints, call stack, threads, watch variables, etc .)
  • portable using wxWidgets and Scintilla editor for code base
  • open source using the GPL 2.0 license to allow collaboration