http://www.red-lang.org/2015/12/answers-to-community-questio... > Will Red get direct access to Android's (and IOS later) camera, location, gyroscope, etc features? > Absolutely, our GUI engine already features a camera…
The current compiler was written with the aim of quick development till 1.0 is reached (because in the initial development phase, there are obviously many other important things to focus on). So, yeah the toolchain has…
> Looking at platforms, does it not do 64 bit? Right now, it only compiles to 32 bit binaries (which can run on both 32 and 64 bit OS). 64 bit support will come after the compiler is bootstrapped. > and cross compiles…
Linux supports everything that Windows and MacOS supports except for GUI. As for GUI, https://gitter.im/red/red/welcome?at=595f60f50de4d2545e026e5... > No timeframe until we find someone to work on it. Though, we should…
What is the knowledge (low-level/math/computer-graphics/etc/etc/...) required to create something like this. I am a student in 1st year currently. And I am very much interested in Emulation as well as crazy stuff like…
Okay... Right now I am busy, after some time I will work on it... Where do I contact you if the starterbot is done? BTW where do I find the starterbots for other languages? Edit: nvm, found them...
Agreed.
Sorry, i haven't looked at the website yet, so what I may be asking might be pretty vague and far from reality. Is the bots api available over http (get/post/whatever)? If no, will it be possible to have one? It will…
The current 0.6.0 release contains only Windows GUI. Linux and OSX support are a work in progress. Lots of stuff implemented, lots still missing. You can download qtxie's branch with the WIP code here -…
For me, it's - 1) Red - Small in size; Readable, compact and concise code. Its a powerful All-in-One Package with lots of great features as well as easy for newcomers. It can be used for low level as well as high level…
Elixir is great. Simple and powerful. I just wish the size of the Erlang distribution was small so that I could use Elixir for desktop apps as well, as currently it would require a 100 mb VM for people to run even a 10…
Well, if you have any questions regarding Red, join us on https://gitter.im/red/red :D Also remember that Red is still alpha, and lots of cool, planned features are not yet implemented. You can see the current roadmap…
Well, code/data duality = homoiconicity There are many languages which do not use sexps but are homoiconic. See "examples" at https://en.wikipedia.org/wiki/Homoiconicity Yes, most of the examples look very limited…
For wine issue, see https://github.com/red/red/issues/1618 . Short Summary: You need the Consolas font installed. Compilation takes a long time currently. It is normal. Fast Compilation Times are an objective for 0.6.5…
Yes it was true. But not in this sense. The current IO support is minimal and temporary (IO is scheduled for 0.7.0). Also, the gui support is currently windows only (more OSes to come soon). So dockimbel and others…
As rebolek said, yes, there is a layer. The blog states that `Flexible backend support that can be mapped to virtually any kind of UI library.` which means that the abstractions used are good enough to support different…
Red/Rebol is basically LISP without parentheses (highly dynamic and homoiconic). Syntax is weird but easy to grasp. Red/Rebol is basically a All-in-One Package as a tiny executable contains a lots of useful functions…
For minimal introduction to Red -> https://en.wikipedia.org/wiki/Red_(programming_language) Coming up next -> https://trello.com/c/11bblhBn/133-0-6-1-android-gui-support Come chat @ https://gitter.im/red/red
CORRECTION: Interpreter + AOT Compiler + Huge list of available functions + Parse Dialect + View Engine (GUI) + etc... All in <1 MB.
Red 0.6 featuring support for creating GUI's on Windows is going to be released soon. So, you can wait for that. Or else just download the automated build from http://www.red-lang.org/p/download.html and try the GUI.…
Red 1.0 won't feature many optimizations. So at that time the performance will be comparable to python. After that, their plan is to rewrite the codegenerator in a modular way so that more targets, as well as more…
The current website is based on blogger. There are plans to rewrite it in "the future".
http://www.red-lang.org/2015/12/answers-to-community-questio... > Will Red get direct access to Android's (and IOS later) camera, location, gyroscope, etc features? > Absolutely, our GUI engine already features a camera…
The current compiler was written with the aim of quick development till 1.0 is reached (because in the initial development phase, there are obviously many other important things to focus on). So, yeah the toolchain has…
> Looking at platforms, does it not do 64 bit? Right now, it only compiles to 32 bit binaries (which can run on both 32 and 64 bit OS). 64 bit support will come after the compiler is bootstrapped. > and cross compiles…
Linux supports everything that Windows and MacOS supports except for GUI. As for GUI, https://gitter.im/red/red/welcome?at=595f60f50de4d2545e026e5... > No timeframe until we find someone to work on it. Though, we should…
What is the knowledge (low-level/math/computer-graphics/etc/etc/...) required to create something like this. I am a student in 1st year currently. And I am very much interested in Emulation as well as crazy stuff like…
Okay... Right now I am busy, after some time I will work on it... Where do I contact you if the starterbot is done? BTW where do I find the starterbots for other languages? Edit: nvm, found them...
Agreed.
Sorry, i haven't looked at the website yet, so what I may be asking might be pretty vague and far from reality. Is the bots api available over http (get/post/whatever)? If no, will it be possible to have one? It will…
The current 0.6.0 release contains only Windows GUI. Linux and OSX support are a work in progress. Lots of stuff implemented, lots still missing. You can download qtxie's branch with the WIP code here -…
For me, it's - 1) Red - Small in size; Readable, compact and concise code. Its a powerful All-in-One Package with lots of great features as well as easy for newcomers. It can be used for low level as well as high level…
Elixir is great. Simple and powerful. I just wish the size of the Erlang distribution was small so that I could use Elixir for desktop apps as well, as currently it would require a 100 mb VM for people to run even a 10…
Well, if you have any questions regarding Red, join us on https://gitter.im/red/red :D Also remember that Red is still alpha, and lots of cool, planned features are not yet implemented. You can see the current roadmap…
Well, code/data duality = homoiconicity There are many languages which do not use sexps but are homoiconic. See "examples" at https://en.wikipedia.org/wiki/Homoiconicity Yes, most of the examples look very limited…
For wine issue, see https://github.com/red/red/issues/1618 . Short Summary: You need the Consolas font installed. Compilation takes a long time currently. It is normal. Fast Compilation Times are an objective for 0.6.5…
Yes it was true. But not in this sense. The current IO support is minimal and temporary (IO is scheduled for 0.7.0). Also, the gui support is currently windows only (more OSes to come soon). So dockimbel and others…
As rebolek said, yes, there is a layer. The blog states that `Flexible backend support that can be mapped to virtually any kind of UI library.` which means that the abstractions used are good enough to support different…
Red/Rebol is basically LISP without parentheses (highly dynamic and homoiconic). Syntax is weird but easy to grasp. Red/Rebol is basically a All-in-One Package as a tiny executable contains a lots of useful functions…
For minimal introduction to Red -> https://en.wikipedia.org/wiki/Red_(programming_language) Coming up next -> https://trello.com/c/11bblhBn/133-0-6-1-android-gui-support Come chat @ https://gitter.im/red/red
CORRECTION: Interpreter + AOT Compiler + Huge list of available functions + Parse Dialect + View Engine (GUI) + etc... All in <1 MB.
Red 0.6 featuring support for creating GUI's on Windows is going to be released soon. So, you can wait for that. Or else just download the automated build from http://www.red-lang.org/p/download.html and try the GUI.…
Red 1.0 won't feature many optimizations. So at that time the performance will be comparable to python. After that, their plan is to rewrite the codegenerator in a modular way so that more targets, as well as more…
The current website is based on blogger. There are plans to rewrite it in "the future".