brainfuck
This is an interpreter of the brainf*ck language, written in the pure, lazy, functional language Haskell. (by abbradar)
accelerate-llvm
LLVM backend for Accelerate (by AccelerateHS)
| brainfuck | accelerate-llvm | |
|---|---|---|
| - | 2 | |
| 9 | 170 | |
| - | 0.6% | |
| 5.2 | 8.1 | |
| over 2 years ago | 2 months ago | |
| Haskell | Haskell | |
| LicenseRef-GPL | BSD 3-clause "New" or "Revised" License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
brainfuck
Posts with mentions or reviews of brainfuck.
We have used some of these posts to build our list of alternatives
and similar projects.
We haven't tracked posts mentioning brainfuck yet.
Tracking mentions began in Dec 2020.
accelerate-llvm
Posts with mentions or reviews of accelerate-llvm.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-06-25.
-
How do I get my program to use 100% of the GPU?
So, I've been working on using this library: https://github.com/AccelerateHS/accelerate-llvm to do GPU programming, and it's really fun, but the problem is that for some reason my machine won't use 100% of the GPU cores (according to nvtop) and I don't know enough about how GPUs work just yet to know what I'm doing wrong.
-
Next Decade in Languages: User Code on the GPU
I’m personally a big fan of http://www.acceleratehs.org / https://github.com/AccelerateHS/accelerate-llvm
What are some alternatives?
When comparing brainfuck and accelerate-llvm you can also consider the following projects:
whitespace - The popular Whitespace programming language with my changes.
accelerate-bignum - Fixed-length large integer arithmetic for Accelerate
egison-tutorial - The Egison tutorial
accelerate-io - Read and write Accelerate arrays in various formats
write-you-a-haskell - Building a modern functional compiler from first principles. (http://dev.stephendiehl.com/fun/)
hyper-haskell-server - The strongly hyped Haskell interpreter.