-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I cannot find an Intercal mode for GNU Emacs. Is there one?
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am creating an interpreter for my extension to HQ9+, which has the following extra command called V:
V: Interpretes the code as Lua, Brainfuck, INTERCAL, Ruby, ShellScript, Perl, Python, PHP in that order, and if even one error has occoured, run the HQ9+-ABC code again
most of them have libraries…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
What are some fun programming languages to learn and work with? I'm asking this for absolutely no practical purpose other than just to learn something new. So, what are some fun languages?
I already know Python and C# so those don't count (although Python would probably be the first language I'd…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am creating an interpreter for my esolang, and I need the user to enter some text which then will be interpreted as an INTERCAL program. I want the user to enter text, which may contain any character including newlines, until the user presses ^X (Ctrl-X), like this:
Enter your code followed by…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
So the puzzle is to write a hello world program in your language of choice, where the program's source file as a string has to be a palindrome.
To be clear, the output has to be exactly "Hello, World".
Edit:
Well, with comments it seems trivial (not that I thought of it myself of course [sigh]…
>>> More