Love at first sight, but the build script is broken. http://pastebin.com/raw.php?i=WzB5Jqyf
It works with this: ~/felix>python3 Python 3.2.3 (v3.2.3:3d0686d90f55, Apr 10 2012, 11:25:50) [GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin and also on Linux with this: skaller@felix:~$ python3 Python 3.2.3 (default, Oct 19 2012, 20:10:41) [GCC 4.6.3] on linux2 I have been told that the script fails if you use a slightly different version of Python: File "/usr/lib/python3.3/subprocess.py", line 906, in commun…
Felix - a fast scripting language
11–20 of 88 posts
Re: Felix - a fast scripting language
#12Re: Felix - a fast scripting language
#13That being said, I like the idea very much, I just object to the claim of fastest and the value the claim implies. Beating C is very easy if you know some very basic things about the restrictions placed on it by standards... :)
Re: Felix - a fast scripting language
#14Re: Felix - a fast scripting language
#15I'm curious though: has it been used in production? I'd be very interested in reading real use stories, with up and down sides!
Also, how is the community doing, and what about contributors? Do both groups grow?
Re: Felix - a fast scripting language
#16Earlier quoted context omitted.
It works with this: ~/felix>python3 Python 3.2.3 (v3.2.3:3d0686d90f55, Apr 10 2012, 11:25:50) [GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin and also on Linux with this: skaller@felix:~$ python3 Python 3.2.3 (default, Oct 19 2012, 20:10:41) [GCC 4.6.3] on linux2 I have been told that the script fails if you use a slightly different version of Python: File "/usr/lib/python3.3/subprocess.py", line 906, in commun…
Indeed, I tried it on a fully up-to-date installation of ArchLinux.
Re: Felix - a fast scripting language
#17I see that it's billed as a "C++ code generator" and as a "scripting engine".... Does it generate C++ code that I could use without Felix afterwards?
Re: Felix - a fast scripting language
#18 $ time lua empty.lua
real 0m0.005s
user 0m0.002s
sys 0m0.002s
$ time ./luajit empty.lua
real 0m0.005s
user 0m0.001s
sys 0m0.002s
Maybe there's cool stuff going on here but I can't get past being annoyed at these over-hyped claims.