본문 바로가기

프로그래밍

새로운 스크립터~ Squirrel..

GPGStudy에 들렀다가.. 괜찮은 스크립터 봤습니다..

버젼이 2.2라는군요.. 그런데.. 느낌 괜찮습니다...

언제 시간내서 분석해 봐야 겠어요.. lua 와 아주 많이 비슷합니다.. ㅋㅋ

  • Open Source zlib/libpng license
  • dynamic typing
  • delegation
  • classes & inheritance
  • higher order functions
  • generators
  • cooperative threads(coroutines) 
  • tail recursion
  • exception handling
  • automatic memory management (CPU bursts free; mixed approach ref counting/GC)
  • weak references
  • both compiler and virtual machine fit together in about 6k lines of C++ code.
  • optional 16bits characters strings
  • compiles on both 32 and 64 bits architectures

  • lua개발자라면.. 무리없이 사용할수 있을듯 합니다~

    사이트: http://squirrel-lang.org/