felixangell1024
|
9 years ago
|
on: Ask HN: What is your favorite YouTube channel for developers?
I've been enjoying Jon Blow's (creator of Braid & The Witness) programming language talks and demos. He's making a new programming language for games, and it's very interesting to watch. I think he's even hired a developer to work on the compiler.
Here's the playlist:
https://www.youtube.com/playlist?list=PLmV5I2fxaiCKfxMBrNsU1...
felixangell1024
|
9 years ago
|
on: Have: a new language that transpiles to Go
To add to this: show some of the banner features of the language - what makes it different to X or Y, and why would I want to use it or look into it more.
felixangell1024
|
9 years ago
|
on: Ask HN: GitHub vs. Gitlab?
Yes! I've been seeing a lot of great improvements being added to GitLab recently. I'm intrigued to see what the future holds, and could definitely see myself switching in the near future.
With regard to UI/UX improvements, I'll have to check it out and see how much it's changed since last time :-)
felixangell1024
|
9 years ago
|
on: Corrode: C to Rust translator written in Haskell
Ah very true. I interpret it as (from Googles define) "destroy or weaken (something) gradually." i.e. destroy/weaken the C code into Rust... Maybe it's just me, though.
felixangell1024
|
9 years ago
|
on: Corrode: C to Rust translator written in Haskell
I guess you could say its ironic in terms of how I think of it anyway.
felixangell1024
|
9 years ago
|
on: Ask HN: GitHub vs. Gitlab?
I much prefer GitHub or even BitBucket over GitLab. GitLab was insanely slow. A lot of the features GitLab offers still didn't persuade us over something that was minimal, worked well, and was fast. I'm also not a fan of the UI/UX, it's kind of confusing what certain icons mean as opposed to a simple fixed with layout like GitHub.
felixangell1024
|
9 years ago
|
on: Corrode: C to Rust translator written in Haskell
The name "Corrode" doesn't seem very positive given the purpose of this program...
felixangell1024
|
9 years ago
|
on: Show HN: Writing my first interpreter in C for fun
Depends what you compile to. Writing a register allocator may be a little tricky (if you compile to a VM/Assembly/..), though if you compile to something like C, it's very easy. LLVM is another alternative which is also relatively simple to learn.
felixangell1024
|
9 years ago
|
on: C as an Intermediate Language (2012)
EDIT0:
It appears I was wrong, for some reason I was under the impression DMD produced C code. Ignore this comment! :)
Another language that is widely used by hobbyists and in production is D which, as far as I know, produces C code too.
EDIT: I should say there are a few D compilers, DMD, LDC, and some other one by GNU(?).
I think that DMD is the main compiler, but I could be wrong. LDC generates LLVM code.
felixangell1024
|
9 years ago
|
on: C as an Intermediate Language (2012)
It's also insanely easy to generate code for. In addition to this, you don't have to build an entire toolchain of LLVM stuff to get it to work on your system -- LLVM is a nightmare to setup on Windows.
felixangell1024
|
10 years ago
|
on: Implementing a programming language in D: Lexical Analysis
Thanks :) Second post is in the works, will probably be out next week when I have time around college :)
felixangell1024
|
10 years ago
|
on: Implementing a programming language in D: Lexical Analysis
Yeah, tagged unions and the pattern matching make things so much nicer. I love a lot of things about Rust, it's got a lot of things right.
felixangell1024
|
10 years ago
|
on: Implementing a programming language in D: Lexical Analysis
Hey! Yeah D is a really nice language. I have been poking around in Rust, but I don't feel I'm good enough at it to write a blog series with the language.
felixangell1024
|
10 years ago
|
on: Show HN: Adblock to Bitcoin
Really nice idea, might try this out for a project of mine :)
Here's the playlist: https://www.youtube.com/playlist?list=PLmV5I2fxaiCKfxMBrNsU1...