Red (programming language): Difference between revisions

Content deleted Content added
No edit summary
Line 31:
Red seeks to remain independent of any other [[toolchain]]; it does its own code generation. It is therefore possible to [[cross compiler|cross-compile]] Red programs from any platform it supports to any other, via a command-line switch. Both Red and Red/System are distributed as [[open-source software]] under the [[modified BSD license]]. The runtime library is distributed under the more permissive [[Boost Software License]].
 
ByAs of version 0.6.4 Red includes a [[garbage collection (computer science)|garbage collector]] "the Simple GC".<ref name=GC>{{Cite web|url=https://www.red-lang.org/2018/12/064-simple-gc-and-pure-red-gui-console.html|title=0.6.4 Simple GC and Pure Red GUI Console|quote=The main feature for 0.6.4 is what we call the Simple GC (Garbage Collector). A more advanced GC is planned for the future |last=lucindamichele|access-date=2018-12-16}}</ref>
 
[[File:Red architecture small.PNG|thumb|306px|Red Language architecture schema]]