프로토타입용 [[OOP]] ProgrammingLanguage http://iolanguage.com 뭔가 필요한것이 있다면(언어의 문법까지도), 그때그때 만들어갈 수 있는 언어. 그러다보니 [[EDSL]]등의 프로토타이핑에 용이하다. ---- [[생물정보학SW개발방법워크샵]] 에서 쓰인 바이너리를 올려도 될까요? -- -- [[windist]] <> 네. --JuNe ---- * [[http://www.sigusr1.org/~steve/IoFull-2006-03-04.tar.gz|IoFull-2006-03-04]]를 [[http://groups.yahoo.com/group/iolanguage/message/8477?threaded=1|Cygwin 에서 컴파일하기 위해선...]] {{{ ... The easiest fix (if you only care about IoVM, not IoDesktop) is to add the -mno-cygwin flag to each of the gcc command lines. This forces gcc into mingw mode which then uses the support for windows coroutines. ... 중략 in the vm makefile you also need to add: LIBS += -lwsock32 ... }}} binding들은 컴파일 안되지만... 일단 io.exe는 컴파일되네요.. -- [[windist]] <> ---- CategoryLanguage