This is dumb but (on Unix):

1. Install Felix
2. Put the following file in $HOME/bin/hello

/////////////////////////////
#!/usr/bin/env flx
#import <flx.flxh>
println "Hello2";
//////////////////////////

3. make it executable (chmod u+x hello)
4. Type hello

.. slow slow ... prints Hello!

5. Type hello again

.. fast .. machine code binary shell script ..


OK .. so .. with the right libraries and a suitable DSSL .. killer app?

-- 
John Skaller <skaller at users dot sf dot net>
Felix, successor to C++: http://felix.sf.net

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Felix-language mailing list
Felix-language@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/felix-language

Reply via email to