Project

General

Profile

Actions

The starting or how to code in Scol ?

Welcome to new programmers.
If you have never coded, this will be enough easy because Scol is an interpreted and high level language. The source code are text files.
You can program from any platform (and next execute from any supported platform).

The first thing to do is to install Scol.
Next, use a text editor, like Scite, Notepad++, .... Choose your favortite !
That's all !

Now, you should learn the language ! For that :
  • this wiki
  • the Scol tutorial (english or french version), downloadable from the Documents section
  • the Scol reference language, available from the same section
  • study and understand the existing source codes
  • the forum to post all your questions : http://www.scolring.org/forum
  • other web resources

Text editors

Some addons are availables for few text editors : code completion, syntax highlighting, ... (alphabetic order)

Bluefish

Bluefish is a free multiplatform text editor targeted towards programmers and webdevelopers
Syntax highlighting and code completion : Bluefish

Emacs

Emacs is a free multiplatform text editor (and more !).
Syntax highlighting : Emacs

Gedit

Gedit is a free multiplatform text editor with a lot of availables plugins.
Syntax highlighting, code completion and few Scol plugins Gedit

Nano

Nano is a free text editor on Unix-like system, using a command line interface.
Syntax highlighting : Nano

Geany

Geany is a free multiplateform text editor
Syntax highlighting, functions list, code completion : Geany

Notepad++

Notepad++ is a free text editor for MS Windows system.
Syntax highlighting, functions list, code completion : Notepad++

Ultra-Edit

Ultra-Edit is a shareware for MS Windows system.
Syntax highlighting and (partial) code completion) : wordfile.txt

IDE (Integrated Development Environment)

Code::Blocks

Code::Blocks (C::B) is a free C/C++ IDE. You can add a Scol support like the syntax highlinghting : Code Blocks
This software can be helpful if you develop the Scol language too.

Eclipse

Updated by iri over 10 years ago · 3 revisions