TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: A high-level lang written in Brainfuck that targets Brainfuck

2 pointsby esoboiover 3 years ago

1 comment

esoboiover 3 years ago
A couple of years ago I made a language that targets Brainfuck and the compiler is made with Brainfuck itself.<p>It is pretty rough around the edges but it does work, a Hello World would look like this:<p>STR &quot;Hello world!&quot;<p>PRT L<p>Right now I&#x27;m working on porting in to pure Brainfuck and actually finishing it :p<p>Any suggestions would be great :)