- Project Page: SF.net Project
- Current Stable Release: 0.101 Alpha Preview
- Previous Stable Release: None
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 lightweight unlike the goals for this project. Here is the list of the goals this project 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