Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
yoav_lavi
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
How we built the Grafbase local development experience in Rust
(grafbase.com)
5 points
by
yoav_lavi
3y ago
|
0 comments
2.
▲
by
yoav_lavi
4y ago
I created Melody ( https://github.com/yoav-lavi/melody ) for the same reasons you've mentioned in the website. I knew AI would try to replace me one day, but I didn't think it'd be so soon. Kidding of cour
3.
▲
by
yoav_lavi
4y ago
Melody was posted here (not by myself), but the project was still in very early stages, and so I wanted to post an update that Melody now has: - A Babel plugin - https://www.npmjs.com/package/babel-plugin-melody - Node
4.
▲
Babel Plugin Melody
(npmjs.com)
1 points
by
yoav_lavi
4y ago
|
1 comments
5.
▲
Melody – A readable language that compiles to regular expressions
5 points
by
yoav_lavi
4y ago
|
3 comments
6.
▲
by
yoav_lavi
5y ago
Thank you! >If it could be done inline even better I've been thinking of using a tagged template based mechanism ( https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe... ) so no special ed
7.
▲
by
yoav_lavi
5y ago
Author here, 1. A reverse compiler is one of the 'maybe' features (see the table in the README), it's something I'd like but would essentially be an entire compiler so it's non trivial 2. The plan is to make Melody
8.
▲
by
yoav_lavi
5y ago
Author here, thank you! The reason I stated that Melody is unstable is that the project is very young (days) and so some of the syntax is still being considered and may change (although the general idea and direction will remain), and also
9.
▲
by
yoav_lavi
5y ago
Author here, thanks for posting Melody! This is my first attempt at a language and I'm learning Rust, so any input would be appreciated