Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Wezl
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
10 ms
·
1.
▲
by
Wezl
5y ago
Some APL environments such as ngn/apl[0] allow tab completion like |o<tab> results in ⌽. This is probably available on tryapl.org too, but I can't test it when it's down :/. It may also be available in the full dya
2.
▲
by
Wezl
5y ago
(not parent) personally I would like to see [trains]( https://aplwiki.com/wiki/Tacit_programming#Trains ) in more languages, though the way they are implemented in APL is pretty spotty (e.g. the length of a train changes
3.
▲
by
Wezl
5y ago
I agree, but you have to take extensibility into account. You either have an extensible language and extend it[0], you make it an array language to the core, or you just have a few slightly convenient functions (not a language). (I don'
4.
▲
Built-In Mapping, the Intersection of Functional and Array Programming [pdf]
(github.com)
2 points
by
Wezl
5y ago
|
0 comments
5.
▲
by
Wezl
6y ago
Should I have linked to project gutenberg or some other version? I linked to the mobile version because it doesn't have many sidebars or footers.
6.
▲
Persuasion – Jane Austen
(en.m.wikisource.org)
2 points
by
Wezl
6y ago
|
2 comments
7.
▲
Minimum Profit – Programmer's text editor – TTC dev team
(triptico.com)
1 points
by
Wezl
6y ago
|
0 comments
8.
▲
Bytecode – Game Programming Patterns
(gameprogrammingpatterns.com)
1 points
by
Wezl
6y ago
|
0 comments
9.
▲
by
Wezl
6y ago
I didn't know that about the name. Should we pronounce it /ˈɡɒdoʊ/ like wikipedia says the play's name is pronounced?
10.
▲
by
Wezl
6y ago
I've only tried Glyphr[0] because it's online and gbdfed because it was in my linux distro's package manager and it was small (turns out it was a bitmap editor, which was fun to try out, but now I have a .bdf file that I don&
11.
▲
Asciicker – 3-dimensional text mode game – Y6
(asciicker.com)
2 points
by
Wezl
6y ago
|
0 comments
12.
▲
by
Wezl
6y ago
Maybe link to the website ( https://dahliaos.io/ )?
13.
▲
by
Wezl
6y ago
I use a custom font[1] I made ;). I'm still learning bits of typography, so it's not the most legible, but it was fun to make. [1]: https://ermineii.github.io/befont.html
14.
▲
by
Wezl
6y ago
This also has, spoilers, https://github.com/1j01/98/issues/22 EDIT: and try opening up the page https://98.js.org/ in the internet explorer.
15.
▲
by
Wezl
6y ago
Hacker News.
16.
▲
by
Wezl
6y ago
Common Lisp[1] is pretty easy to set up, you can use portacle[2]. It's also one of the oldest and most popular. If portacle isn't in the repos, sbcl[3] is. EDIT: For reading you can try Practical Common Lisp[4] or the Land of Lisp
17.
▲
by
Wezl
6y ago
Source: https://github.com/1j01/98
18.
▲
by
Wezl
6y ago
"Last modified: 2011/01/18" (in footer)
19.
▲
98.js – Windows 98 Online
(98.js.org)
4 points
by
Wezl
6y ago
|
2 comments
20.
▲
by
Wezl
6y ago
Which is used in https://98.js.org/ . (submitted: https://news.ycombinator.com/item?id=24955925 )
21.
▲
by
Wezl
6y ago
Thank you! I've been looking for a browsser-based fantasy console.
22.
▲
by
Wezl
6y ago
It's a small game, they could port the entire game to another language or platform pretty easily.
23.
▲
by
Wezl
6y ago
I agree that Gitea looks a lot more like Github (but with a dark theme!), and I think this is a good thing. I also like Gitea because it doesn't have reCaptcha or other proprietary components, but it doesn't seem to have the advan
24.
▲
by
Wezl
6y ago
I need clarification: is this Mediawiki or Wikimedia moving to gitlab? It seems the Wikimedia foundation is moving their code, so why is this on mediawiki.org?
25.
▲
by
Wezl
6y ago
I enjoy lisp/scheme syntax, but I'm especially impressed by lua's simple, readable, flexible, whitespace-insensitive-but-whitespace-friendly syntax. It is a bit more complicated than scheme's, but more intuitive because
26.
▲
I’m Confused
(bernsteinbear.com)
2 points
by
Wezl
6y ago
|
0 comments
27.
▲
by
Wezl
6y ago
As a new user, I was able to get a pronounceable(ish) 4-letter username. It's not always hard. But Prologue is an English word and a lot of English words are taken. (and probably many words in other languages, too)
28.
▲
by
Wezl
6y ago
I agree. I like it because it is mostly words, like lua, rather than symbols.
29.
▲
by
Wezl
6y ago
Why does scheme have explicit booleans? Does this improve performance or is it just for clarity?
30.
▲
by
Wezl
6y ago
I've been writing a picolisp-like lisp interpreter[1] and I have really noticed this too. I added a length built-in just because recursion wasn't working properly, but if I had continued without the important functionality for too
More ›