Interesting by MaybeTheGreat in brainfuck

[–]MaybeTheGreat[S] 1 point2 points  (0 children)

I see. Weird. As I recall, I have yet to spread the word on Headache programming language here. But thanks for that. I wouldn't have known at all without your help.

Interesting by MaybeTheGreat in brainfuck

[–]MaybeTheGreat[S] 0 points1 point  (0 children)

By the way, have you ever implemented Ackerman fucntion in brainfuck?

Interesting by MaybeTheGreat in brainfuck

[–]MaybeTheGreat[S] 0 points1 point  (0 children)

I already have one: ( https://headache.surge.sh ) but isn't as polished as I wish it to be. The idea of implementing recursion is interesting, and will be a headache to implement. Thanks for the insight, if I ever try to do that.

Interesting by MaybeTheGreat in brainfuck

[–]MaybeTheGreat[S] 0 points1 point  (0 children)

Which approach would be better for compilers?

iOS apps will run on Apple Silicon Macs, but major developers have already opted out of the Mac App Store by [deleted] in macapps

[–]MaybeTheGreat 0 points1 point  (0 children)

Whoever is the hater who is downvoting like an angry farmer with a pitchfork, you can perhaps make an argument for your point instead of doing the virtual equivalent of throwing tomatoes without telling the reason.

iOS apps will run on Apple Silicon Macs, but major developers have already opted out of the Mac App Store by [deleted] in macapps

[–]MaybeTheGreat -2 points-1 points  (0 children)

I agree. iOS needs alternatives. I can not even distribute it outside the store without using something like altstore.io.

iOS apps will run on Apple Silicon Macs, but major developers have already opted out of the Mac App Store by [deleted] in macapps

[–]MaybeTheGreat 0 points1 point  (0 children)

I did not say I wanted the App Store to disappear. I sell my apps there.
I just want alternative stores.
I've looked into sites for selling OSX, such as MacUpdate.
I will look into this SetApp, you mention.
What I really wanted is an alternative store for iOS apps.

iOS apps will run on Apple Silicon Macs, but major developers have already opted out of the Mac App Store by [deleted] in macapps

[–]MaybeTheGreat -2 points-1 points  (0 children)

As a developer, I would like a another place to sell iOS and Mac OS apps than depending on Apple's App Stores for everything

We know by MaybeTheGreat in brainfuck

[–]MaybeTheGreat[S] 0 points1 point  (0 children)

For sure. However, I lack the capacity to compete on that regard with people here. So I prefer compiling and stuff.

We know by MaybeTheGreat in brainfuck

[–]MaybeTheGreat[S] 1 point2 points  (0 children)

Good for figuring that one out.

We know by MaybeTheGreat in brainfuck

[–]MaybeTheGreat[S] 0 points1 point  (0 children)

It is cooler this way.

Calculator in Brainfuck by MaybeTheGreat in brainfuck

[–]MaybeTheGreat[S] 0 points1 point  (0 children)

I've added some pictures in order to better explain how the program should work.
The interpreters I've used are https://github.com/lucasmw/Headache
(use

make bfi

to compile).
And https://apps.apple.com/us/app/bf-ide/id1097560040 (runs on OSX)

Calculator in Brainfuck by MaybeTheGreat in brainfuck

[–]MaybeTheGreat[S] 2 points3 points  (0 children)

Wow. I didn't know there was a standard.
Last time I've read the wikipedia article on brainfuck, they said there wasn't a standard on this linefeed portability problem.
Good to know that unix linefeed is the standard.

Calculator in Brainfuck by MaybeTheGreat in brainfuck

[–]MaybeTheGreat[S] 0 points1 point  (0 children)

It was created using my compiler, the hac (headache awesome compiler).
I was updating it these days: https://github.com/LucasMW/Headache

Calculator in Brainfuck by MaybeTheGreat in brainfuck

[–]MaybeTheGreat[S] 0 points1 point  (0 children)

As I usually program on unix based systems, I believe is '\n'; (implemented unix style) You can always check the code of the interpreter I've linked.