Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
gdotdesign
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
gdotdesign
1mo ago
This is really good, found a possible great spot near Lugo!
2.
▲
by
gdotdesign
3mo ago
Same experience for me, it's been great! I never needed to visit since I could use Wise for banking. The only thing is that surprised me was the tax rate, when I created my Company the advertised rate was 20/80 but in reality it w
3.
▲
by
gdotdesign
4mo ago
Initially I didn't see the value in React. I thought that the whole virtual DOM compiling on every change was a waste of resources instead of just doing the change itself directly. But as it turns out it's a great abstraction wort
4.
▲
by
gdotdesign
4mo ago
Check out Mint ( https://mint-lang.com ), it's s language where everything is built in: small to mid size projects can be built without any third party dependencies and JS interop is easy.
5.
▲
by
gdotdesign
6mo ago
Thank you for building this.
6.
▲
by
gdotdesign
8mo ago
> The pessimistic one is that most of what needed building gets built, and the remaining work fits in fewer hands. I don't think that's true, mainly because if it were true it would have happened a long time ago. We will never
7.
▲
by
gdotdesign
8mo ago
*weren't
8.
▲
by
gdotdesign
8mo ago
Yes! I'm very close to releasing 1.0 and I'm planning on doing it then.
9.
▲
by
gdotdesign
8mo ago
Thanks :) I didn't make those threads, so the title choices were mine. I'll do a proper Show HN with 1.0 sometime, maybe with can switch it with that then.
10.
▲
by
gdotdesign
8mo ago
It's perfectly fine to allow if in tags (the compiler can figure it out). In Mint you can do that no problem: https://mint-lang.com/sandbox/6lnZHiG8LVRJqA component Main { fun render : Html { &
11.
▲
by
gdotdesign
8mo ago
It's nice to see that we are converging on the same syntax I came up for Mint ( https://mint-lang.com ) 8 years ago (feels strange to write it down). I saw Ripple some time ago its syntax has the same structure more or less (
12.
▲
by
gdotdesign
8mo ago
Thanks for putting these lists together. When Mint reaches 1.0 I'll use the same format to present it here.
13.
▲
by
gdotdesign
8mo ago
I think so, yes.
14.
▲
by
gdotdesign
8mo ago
It's very similar to Mint ( https://mint-lang.com/ ) which I'm building for some time now. Looking at the samples, it seems Ripple is going the same direction as Mint: - explicit component definitions - inlined cont
15.
▲
by
gdotdesign
9mo ago
I'm still waiting to evaluate Zed because I work with/on my programming language which has LSP Semantic Highlighting, but Zed doesn't https://github.com/zed-industries/zed/pull/39539 once it&#x
16.
▲
by
gdotdesign
9mo ago
Happy New Year from Budapest!
17.
▲
by
gdotdesign
9mo ago
IMHO, Marko and Mint target different things. Mint was specifically made to create Single Page Applications, whereas Marko seems like more for general all things web. I'll try to add Marko to the feature comparison page soon: https:&#
18.
▲
by
gdotdesign
9mo ago
Still working on the Mint programming language ( https://mint-lang.com/ ) with a 1.0 release in January :). I'm happy with the current feature set, so I'm just polishing and optimizing where I can and giving the doc
19.
▲
Mint Programming Langauge – 0.28.0 Released
(mint-lang.com)
3 points
by
gdotdesign
10mo ago
|
0 comments
20.
▲
by
gdotdesign
10mo ago
- There is a single root dependency somewhere which gets overtaken - A new version of this dependency is published - A CI somewhere of another NPM package uses this new version dependency in a build, which trigger propagation by creating a
21.
▲
by
gdotdesign
10mo ago
No it's nor supported currently.
22.
▲
by
gdotdesign
10mo ago
1. Inside style blocks it's pretty much regular CSS except for interpolation and if/case expressions, so you can create a style for the root element and then use ids and classes if you desire, but it won't be optimized. 2. CS
23.
▲
by
gdotdesign
10mo ago
I think I managed to combine three languages in one with Mint ( https://mint-lang.com/ ): 1. There is HTML (tags) with, but without interpolation {...} you can put string literals, variables and everything that type checks as
24.
▲
by
gdotdesign
11mo ago
Lovin' this! Though I'm not a fan of the design but like the spirit of it. I can't fathom why we can't have a modern car with analog displays and switches in the cockpit. I own a 25 years old car which only has a digital
25.
▲
by
gdotdesign
11mo ago
Thank you!
26.
▲
by
gdotdesign
11mo ago
I'm still working on the Mint programming language ( https://mint-lang.com/ ) and DevBox ( https://www.dev-box.app/ ) which is a desktop application/browser extension/web application with a bunch
27.
▲
by
gdotdesign
1y ago
DevToys ( https://github.com/DevToys-app/DevToys ) has a CLI version like this.
28.
▲
by
gdotdesign
1y ago
Also, DevBox ( https://www.dev-box.app/ ) which is a collection of small tools for multiple platforms which I've been building since 2021.
29.
▲
by
gdotdesign
1y ago
Just a few days ago the apartment above ours burned down alledegly because of an explosion of an ebike battery. They left it charging overnight and exploded in the morning. Fortunately nobody got hurt, but it was really scary experience.
30.
▲
by
gdotdesign
1y ago
I've done something similar for the Mint, and it's try page: https://mint-lang.com/sandbox/try (and all interactive snippets). The client (CodeMirror) connects to the language server though WebSocket to offer
More ›