|
|
|
|
|
by somat
378 days ago
|
|
but bf is nothing like c, bf is a stack language, I would say it's closest real language analog is forth. Anyhow, This is far too clear and straightforward, the bf analog to scheme would probably be unlambda, an implementation of the lambda calculus without lambda forms. http://www.madore.org/~david/programs/unlambda/ |
|
I'm not sure if I would characterize Brainfuck as a stack language, but I suppose if you considered all the operators to be unary stack operations I could see it!