esoteric-languages Questions
1
Solved
So, i was wondering how could i print this value as a number NOT as a character an example would be that the pointer is on (125)
(0)(0)(125)(0)(0)
In this case when this snippet of would start, the...
Disembogue asked 22/2, 2023 at 18:38
7
Brainfuck is known for its extremely small compilers. I have a VERY small device that probably couldn't fit even the smallest of brainfuck compilers in its data. Is there an esoteric programming la...
Quietus asked 5/4, 2014 at 2:46
7
Solved
I was just reading a bit about the HQ9+ programming language:
https://esolangs.org/wiki/HQ9+,
https://en.wikipedia.org/wiki/HQ9+, and
https://cliffle.com/esoterica/hq9plus,
and it tells me someth...
Ashcroft asked 4/5, 2010 at 14:59
5
How to print numbers from 1 to 10 using a loop in Brainfuck? Is it even possible?
I am looking for a solution to this issue.
Chert asked 28/11, 2018 at 20:59
2
Can you create a programming language with just one symbol like brainfuck.
Roadside asked 21/3, 2018 at 5:6
6
Solved
Someone sent this to me and claimed it is a hello world in Brainfuck (and I hope so...)
++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+...
October asked 30/5, 2013 at 12:57
1
Solved
I'm trying to wrap my head around the programming language Hexagony. I've looked at a few sample programs and have tried writing a simple program to read input and print Hey [input]!. Here's what I...
Parra asked 14/9, 2017 at 16:23
1
Solved
I am having trouble with implementing a brainfuck assembler for codegolf.se. I managed to load a string in to memory find its length cat it out, print strings n times etc, but I cant seem to load j...
Linwoodlinz asked 31/7, 2016 at 2:35
3
Solved
So I'm working on a program that reads in a file and then outputs it back out again but i'm having trouble getting the program to stop taking input at the end of the file. I want it to stop at a sp...
Abrogate asked 21/7, 2014 at 3:23
1
I am trying to implement a Whitespace interpreter for fun, currently I am following this tutorial to learn its syntax.
The syntax looks easy, but I don't understand what "Duplicate the top item on...
Proceeds asked 3/10, 2015 at 11:13
2
Solved
As a debugger/test program for my brainf*ck implementation, I have created the following counting loop:
+[[>+]+]
With single byte, wrapping cells and with 30k cells with wraparound, this crea...
Solemnity asked 7/9, 2011 at 22:54
0
Andrew Cooke had to create a genetic algorithm to come up with the first "Hello World" program for Malbolge two years after it was created. Hisashi Iizawa was able to create a loop version ei...
Upanddown asked 17/3, 2011 at 11:52
2
Solved
Is there (or was there ever) any non-trivial language that allows spaces in its variable names?
I am aware of the language Whitespace, but I'm interested in a language that was actually used...
Surber asked 28/2, 2011 at 11:6
4
Solved
I started a little fun project - collecting a "hello World"-program for every letter in the alphabet. For example Ada for A, Boo for B, C++ for C, D for D, Erlang for E, and so on
But i got...
Chagall asked 6/9, 2010 at 5:42
2
Solved
Can anyone please tell me how can I compile and run a program written on ZOMBIE? For example, if I wrote the following source cord to print out “hello world” on to the screen, how can I make an .ex...
Crick asked 9/7, 2010 at 5:56
3
Solved
Last semester in college, my teacher in the Computer Languages class taught us the esoteric language named Whitespace. In the interest of learning the language better with a very busy schedule (mid...
Uno asked 25/5, 2010 at 0:34
1
Solved
I cannot find an Intercal mode for GNU Emacs. Is there one?
Guile asked 19/5, 2010 at 4:4
1
Solved
According to the specification,
Black colour blocks and the edges of the program restrict program flow. If the Piet interpreter attempts to move into a black block or off an edge, it is stopped an...
Calicle asked 29/4, 2010 at 10:5
12
I've created an experimental toy programming language with a (now) working interpreter. It is turing-complete and has a pretty low-level instruction set.
Even if everything takes four to six...
Crambo asked 8/4, 2010 at 17:14
4
Solved
I've seen a few question regarding stackoverflow users' favorite esoteric (or not) programming languages. There are also questions regarding the implementation of languages. However, I was curious ...
Socioeconomic asked 10/2, 2010 at 20:3
25
Solved
The Challenge
Write a program that acts as a Fractran interpreter. The shortest interpreter by character count, in any language, is the winner. Your program must take two inputs: The fractra...
Dalmatian asked 17/11, 2009 at 16:6
1
© 2022 - 2024 — McMap. All rights reserved.