Advertisement

Is there any site about Script Language

Started by August 23, 2000 04:22 AM
4 comments, last by garywg 24 years, 4 months ago
As title
I don''t know of any sites about scripting langs but there are some articles about scripting languages on Flipcode.
I'm reminded of the day my daughter came in, looked over my shoulder at some Perl 4 code, and said, "What is that, swearing?" - Larry Wall
Advertisement
Perhaps you''d like to take a look at my backflip page, there''s a folder containing links to the most popular scripting languages as well as some lists of scripting languages with ratings and feature summarys :D

www.backflip.com/members/Cygon/2179108

-Markus-

Professional C++ and .NET developer trying to break into indie game development.
Follow my progress: http://blog.nuclex-games.com/ or Twitter - Topics: Ogre3D, Blender, game architecture tips & code snippets.
Btw, I''d recommend you Lua, it runs stable, is small, fast and has many features, like precompiled scripts, executing strings, in-mem arrays or files, loading multiple scripts, etc.

www.tecgraf.puc-rio.br/lua

If you''d like some examples I can upload a VC workspace with well commented source to my homepage.

-Markus-
Professional C++ and .NET developer trying to break into indie game development.
Follow my progress: http://blog.nuclex-games.com/ or Twitter - Topics: Ogre3D, Blender, game architecture tips & code snippets.
thanks cygon, I''ll be glad to see your example.
Ok, here''t is

www.LunaticSystems.de/vc_lua_test.zip

-Markus-
Professional C++ and .NET developer trying to break into indie game development.
Follow my progress: http://blog.nuclex-games.com/ or Twitter - Topics: Ogre3D, Blender, game architecture tips & code snippets.

This topic is closed to new replies.

Advertisement