turing-tarpit

Has anybody used codeless software development system?

I have found a software development system which is currently free to use and develop with. This system is completely codeless and one can develop business oriented applications effortlessly using its GUI and a bit of MDA. The site is : http://www.codeless.com/ But unfortunately it is in Dutch language. I would like to know if anyone...

Code Golf: Shortest Turing-complete interpreter.

I've just tried to create the smallest possible language interpreter. Would you like to join and try? Rules of the game: You should specify a programming language you're interpreting. If it's a language you invented, it should come with a list of commands in the comments. Your code should start with example program and data assigned t...