[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Programming beginners' documentation
- From: "Simon Beesley" <simonbeesley@...>
- Date: Mon, 12 May 2008 08:56:53 +0100
No wonder programming beginners are mystified.
- download wscite from
http://prdownloads.sourceforge.net/scintilla/scite176.zip?download
- unzip somewhere
- double-click SciTE.exe
This zip file doesn't contain SciTE.exe
- write:
print("Hello, World!")
- save as hello.lua
- Press F5 /or Menu-Tools-Go
You need to download Lua5.1.exe (from Lua Binaries) as well, but even if
you've done this and have got hold of the correct zip file
(wscite176.zip), Scite can't find Lua5.1, not even if you've placed it
in
one of the environment paths. On my setup, it gives the error message
"The system cannot find the file specified."
wxLua, on the other hand, works very nicely. Go to
http://wxlua.sourceforge.net/download.php
and download wxLua-2.8.7.0-MSW-bin.zip. Unzip it somewhere and
double-click
wxlua.exe. Simple as that -- and no error messages when you run your
first Lua program.
Simon
- References:
- Re: Help i'm new, Thomas Lauer
- Re: Help i'm new, Jim White
- Re: Help i'm new, James Dennett
- Re: Help i'm new, Roberto Ierusalimschy
- Re: Help i'm new, Stephen Kellett
- Re: Help i'm new, Jim White
- Re: Programming beginners' documentation (was: Help i'm new), Gerhard Sittig
- Re: Programming beginners' documentation, Stefan Sandberg
- Re: Programming beginners' documentation, Jim White
- Re: Programming beginners' documentation, KHMan
- Re: Programming beginners' documentation, Jim White
- Re: Programming beginners' documentation, Hakki Dogusan