lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hi,

Hakki Dogusan wrote:
Hi,

(It may sound funny to suggest an editor to study Lua but..)

You may look wscite (www.scintilla.org) editor for a friendly environment to write Lua programs and test/run via it. In addition you'll get a good editor for Python too :)

To start:
- download wscite from http://prdownloads.sourceforge.net/scintilla/scite176.zip?download
- unzip somewhere
- double-click SciTE.exe
- write:
  print("Hello, World!")
- save as hello.lua
- Press F5 /or Menu-Tools-Go




Find the 10 errors in above sentences.
(Hint: "good editor" is not one of them :) )


Sorry, for garbage!


--
Regards,
Hakki Dogusan