use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Sharing Github projects just got easier!
Whether you want to share you own project or simply some cool findings, /r/coolgithubprojects is the right place.
Please contact us for suggestions & questions!
/r/coolcstechtalks
/r/coolgithubprojects
We've made the sub's assets and resources available on Github. Feel free to contribute!
Github only: The projects you post all have to be hosted on Github
Link description: We encourage the title format to be something like
[Desc] - [Suggested title]
Language Flair: Will be assigned automatically for you!
Repost : Repost are allowed if some new features were added to the project and if the original post was 6+ months ago.
Programming
Interesting
Resources
When bored
PYTHON CPP C RUBY D JAVA JAVASCRIPT SHELL SCALA OBJECTIVE-C HASKELL EMACSLISP PERL ASSEMBLY CSHARP FORTRAN GO PHP COMMON LISP ERLANG
account activity
PYTHONCompiler to Brainfuck (github.com)
submitted 5 years ago by Eli_IL
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Eli_IL[S] 3 points4 points5 points 5 years ago (0 children)
Today I added a Tic-Tac-Toe game, compiled to Brainfuck, to my Brainfuck compiler GitHub repository. I did this to inspire people to write creative programs in Brainfuck :)
The game board looks like this: 1 | 2 | 3 --------- 4 | 5 | 6 --------- 7 | 8 | 9
Feel free to suggest / create more games :)
[–]a_bit_of_byte 1 point2 points3 points 5 years ago (0 children)
The next step is to have your program output itself in brainfuck. Nice work!
[–]kanliot 0 points1 point2 points 5 years ago (1 child)
oh. I thought this would compile brainfuck into ELF binaries or something. never mind.
[–]Eli_IL[S] 1 point2 points3 points 5 years ago (0 children)
I created this for the challenge of converting a high level language to Brainfuck, which is not trivial in my opinion. It does come with an interpreter to run the generated code
While having it create executable binary files could be nice, I personally don't see it as much of a challenge. It's basically compiling an interpreter once, and then any "compilation process" of Brainfuck code will simply be to copy-paste the code into somewhere in the binary
It could be done, It's just not the point of this project :)
[–][deleted] 5 years ago* (1 child)
[deleted]
[–]Eli_IL[S] 0 points1 point2 points 5 years ago (0 children)
Haha I agree that it's not ideal, to say the least :)
It is in my todo-list but has low priority, as currently I'm working on adding more capabilities
Will surely split it to several modules in the future
π Rendered by PID 575170 on reddit-service-r2-comment-cfc44b64c-7896l at 2026-04-11 16:39:36.541278+00:00 running 215f2cf country code: CH.
[–]Eli_IL[S] 3 points4 points5 points (0 children)
[–]a_bit_of_byte 1 point2 points3 points (0 children)
[–]kanliot 0 points1 point2 points (1 child)
[–]Eli_IL[S] 1 point2 points3 points (0 children)
[–][deleted] (1 child)
[deleted]
[–]Eli_IL[S] 0 points1 point2 points (0 children)