Re: [Cluecc-users] Clue is ??
Status: Pre-Alpha
Brought to you by:
dtrg
|
From: David G. <dg...@co...> - 2011-01-07 11:22:40
|
On 07/01/11 10:07, Shamun toha md wrote: [...] > Clue is replacement of GCC or C/C++ or Lua ? What can it provide us ? > Write pure C with Clue ? Can i use it as Virtual Machine (to achieve > replacement of Flash/Silverlight/JavaFX functionality), can this be a > alternative of JVM, which will allow to write application for web > browsers in cross platform ? None of the above. clue is an experimental compiler that will allow you to compile C into a bunch of other languages. It doesn't have any kind of VM. The sort of thing you could use it for is to compile a video codec written in C so it ran in a Javascript web page (although I wouldn't recommend it, given its state of bugginess). [...] > Any review, retransmission, dissemination, or other use of this > information, or taking of any action in reliance upon it by persons or > entities > other than the intended recipient is prohibited. If you received this in > error, please contact the sender and delete the material from any computer. You probably don't want to use this signature when posting to a publicly archived mailing list... -- ┌─── dg@cowlark.com ───── http://www.cowlark.com ───── │ │ life←{ ↑1 ⍵∨.^3 4=+/,¯1 0 1∘.⊖¯1 0 1∘.⌽⊂⍵ } │ --- Conway's Game Of Life, in one line of APL |