Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
tearflake
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
22 ms
·
1.
▲
QDBP: Explicit depth markers as an alternative to indentation and parentheses
(github.com)
1 points
by
tearflake
3mo ago
|
0 comments
2.
▲
by
tearflake
1y ago
Actually it's quite simple. We parse from left to right. When we hit EOL, we return to the beginning of line and increase Y by one. Blocks are parsed in the following way: when we get the beginning count of block opening characters, we
3.
▲
by
tearflake
1y ago
Here, I brought down the enthusiasm a bit in the closing word. I hope it creates less confusion now.
4.
▲
by
tearflake
1y ago
Solves a mess with closing parens. But I'm not sure if it is worth of hassle. Anyway, it exists.
5.
▲
by
tearflake
1y ago
That looks clean, can't argue that.
6.
▲
by
tearflake
1y ago
Ikr? People should loosen a bit, why should everything be so serious?
7.
▲
by
tearflake
1y ago
Sorry for the confusion. I must be a very disturbed person because I kind of like what is explained there.
8.
▲
by
tearflake
1y ago
Changed the "somewhat" to "very" in the document, thank you.
9.
▲
by
tearflake
1y ago
Thank you for the criticism. Lots of lispers share your opinion.
10.
▲
by
tearflake
1y ago
I don't intend to be funny. Just a bit childish, but in a good way :)
11.
▲
by
tearflake
1y ago
Here is another example, an axiom from propositional logic: (impl (impl p (impl q r)) (impl (impl p q) (impl p r))) which, vertically indented in a transposed block, looks like this: * (
12.
▲
A different take on S-expressions
(gist.github.com)
64 points
by
tearflake
1y ago
|
59 comments
13.
▲
Lambda calculus - compiler, type inference, and evaluator in less than 100 LOC
(gist.github.com)
2 points
by
tearflake
1y ago
|
0 comments
14.
▲
Symbolverse – minimalistic symbolic term rewriting framework
(github.com)
3 points
by
tearflake
1y ago
|
0 comments
15.
▲
by
tearflake
2y ago
At some moment I had a version with cached bitmaps that simply flew fast and smooth. But, since HTML has some serious issues with rendering to bitmap from js, I had to pick the slower version with native real time HTML rendering.
16.
▲
by
tearflake
2y ago
It is true that I plan a custom renderer with scripting support, to replace the HTML version. From the tests I performed by now, it can be smoother and faster than the current version. But it is yet to be seen how well would a substitution
17.
▲
by
tearflake
2y ago
I'm sorry, I really wouldn't know what's happening there. On my Linux, Chromium works the best, Firefox can pass, Opera is a bit slower, and Epiphany (is that the name?) chokes a fair bit. On i3, Windows things seem fine - I
18.
▲
by
tearflake
2y ago
May I ask, what machine you are running it on? On my Celeron (4GB RAM), things are OK-ish.
19.
▲
by
tearflake
2y ago
Maybe a note keeping app?
20.
▲
Show HN: FlakeUI
(github.com)
138 points
by
tearflake
2y ago
|
52 comments
21.
▲
P vs. NP Solution Proposition
(github.com)
1 points
by
tearflake
2y ago
|
0 comments