Saturday, February 16, 2008
Tiny Lua Distribution
Lua 5.1.3 has been finally released. I downloaded the binaries from LuaBinaries only to discover that the Windows version has been compiled with Microsoft Visual C++. That means that one would now need to carry along three files instead of one: the lua interpreter, and lua51.dll and the runtime library for Visual C++ (msvcr80.dll)!
I recompiled the source code of Lua with Dev-C++ and now only one file is needed, just like the Linux version! I also compressed the two versions with UPX so that each one of them is around 65KB. You can download these two tiny interpreters from here.
Categories:
Portable Applications,
Programming
Subscribe to:
Post Comments (Atom)
Popular Posts
-
The other day, while browsing Wikipedia, I wondered how hard it must be to have weird fetishes without being able to share them with someone...
-
Here is a nice way to implement an indexed table in Brainfuck , using only n+4 memory for n table cells. I will soon release a new version o...
-
Brainfuck is a very beautiful esoteric programming language with only 8 commands. You can make any algorithm you can think of on this langu...
well, it totaly deppends how it is builded in VC++
ReplyDeleteProbably you are right but anyway I don´t have Visual C++. I have no problem with the Visual Studio series of Microsoft by the way. In fact I like VB a lot and I used it in the past. If I compiled it like you say so that it is just one file, would it include the whole msvcr80.dll (meaning that it will be quite big)?
ReplyDelete