Earlier quoted context omitted.
Get a job in games :)
Seconded! LuaJIT is extremely popular in gaming, you'll have no time finding work in that industry; finding people for it is hard when Javascript is so FOTM. Stay away from EA and Amazon. Don't bother applying to unity shops either, those generally don't use Lua at all.
Update on the Swift Project Lead
151–159 of 159 posts
Re: Update on the Swift Project Lead
#152Earlier quoted context omitted.
Seconded! LuaJIT is extremely popular in gaming, you'll have no time finding work in that industry; finding people for it is hard when Javascript is so FOTM. Stay away from EA and Amazon. Don't bother applying to unity shops either, those generally don't use Lua at all.
But... where?
Here's a starting point: https://en.wikipedia.org/wiki/Category:Lua-scripted_video_ga...
Re: Update on the Swift Project Lead
#153Earlier quoted context omitted.
ABI stability doesn't really matter for users, unless you're using 3rd party pre-compiled libraries. It's mainly an issue for Apple, shipping system libraries.
It's quite important if you're trying to provide libraries for developers to use...
Re: Update on the Swift Project Lead
#154Earlier quoted context omitted.
Considered leaving your job? Life's too short to be a craftsmen who is not allowed to use the tools of his/her choosing.
Hard to have this mindset when your tool of choice is LuaJIT... sighs
Re: Update on the Swift Project Lead
#155Re: Update on the Swift Project Lead
#156Windows support ever coming? I love Linux, but have to use Windows for work due to strict IT policies. It really frustrates me that almost all the new exciting tech can't be accessed by me outside of the hobby world. To me, C# just isn't very productive. Great language, just not for me.
Considered leaving your job? Life's too short to be a craftsmen who is not allowed to use the tools of his/her choosing.
Re: Update on the Swift Project Lead
#157Windows support ever coming? I love Linux, but have to use Windows for work due to strict IT policies. It really frustrates me that almost all the new exciting tech can't be accessed by me outside of the hobby world. To me, C# just isn't very productive. Great language, just not for me.
Have you given F# a try? :)
Re: Update on the Swift Project Lead
#158Earlier quoted context omitted.
I know from experience that it is possible to build Rust binaries that work on very old Linux versions. You could for example supply them with a Docker image with a new build stack which can produce binaries they could copy to the old machines. The same is likely true for Go.
Unfortunately docker couldn't be used on RHEL5, it requires 3.10 or newer. But a disk image/qemu could work.
Re: Update on the Swift Project Lead
#159Windows support ever coming? I love Linux, but have to use Windows for work due to strict IT policies. It really frustrates me that almost all the new exciting tech can't be accessed by me outside of the hobby world. To me, C# just isn't very productive. Great language, just not for me.
Try Rust. It's available for Windows.