Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
plusgut60373yI belong in the first category then. Designing a programming language is the most fullfilling thing i've done.
-
@plusgut I’d like to try it one day. The only thing that I did was to write an interpreter for Scheme. And I didn’t even finish it. It was a lot of fun and I learned a couple of things. I guess writing a compiler will be a much bigger challenge, though.
-
I wanted to make a joke about JS programmers being the third kind.
But then I realized that it would be silly to call them programmers, so I changed my mind 😄 -
plusgut60373y@Lensflare than go at it and build one ;)
The target language for mine is actually Javascript.
A year ago I've discovered haskell and fell in love with it, ever since then I wanted to have a similar development experience as a frontend developer. Therefore I wrote my language and am having a blast with it. -
back in school, in computer science class, i solved the tasks by writing a brainfuck interpreter on the fly, and implementing the solution in brainfuck. (i still was done way before all the others) does that count?
-
@kiki I hope you first invented a domain specific language/compiler for compiler development, and now finally developing your compiler for the actual domain specific language you designed for your project (no unit tests pls).
There are two kinds of programmers — those who have written compilers and those who haven't.
— Terry A. Davis
rant