Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Is Lua a good scripting language?

Name: Anonymous 2011-07-25 14:41

Is it?

Name: Anonymous 2011-07-26 23:20

C/C++

printf("Matthew says 'Ba-ba-ba!'")


CoffeeScript:

class Human
  constructor: (@name) ->
 
class Baby extends Human
  say: (msg) -> alert "#{@name} says '#{msg}'"
  say_hi: -> this.say('Ba-ba-ba!')
 
matt = new Baby("Matthew")
matt.say_hi()

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List