Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
razetime
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
razetime
3y ago
array languages are used by several companies for their work. K for example is pretty popular in fintech. Some present companies provide services for array languages as well. https://www.dyalog.com/case-studies/index.ht
2.
▲
Delta Chat is a messaging app that works over email
(delta.chat)
3 points
by
razetime
4y ago
|
0 comments
3.
▲
Advocacy for Patches
(helloboi.osmarks.net)
1 points
by
razetime
4y ago
|
0 comments
4.
▲
The Prolog Toplevel
(youtube.com)
3 points
by
razetime
4y ago
|
0 comments
5.
▲
System for booting multiple diskless machines with a central root FS
(github.com)
2 points
by
razetime
4y ago
|
0 comments
6.
▲
The Godot Game Engine Now Has Its Own Foundation
(phoronix.com)
4 points
by
razetime
4y ago
|
0 comments
7.
▲
by
razetime
4y ago
I don't remember twitter having a serious vibe. It's a mess of vibes. Tumblr is also a big mess, but more on the goofy side. I don't think it would change much even with a twitter diaspora.
8.
▲
Markus Triska Interview on Prolog
(youtube.com)
3 points
by
razetime
4y ago
|
0 comments
9.
▲
Bzip3 is available for Debian Sid
(tracker.debian.org)
7 points
by
razetime
4y ago
|
2 comments
10.
▲
by
razetime
4y ago
It's a pretty ordinary position to take right now, I believe.
11.
▲
by
razetime
4y ago
a site doesn't have to justify its existence by being an alternative to anything.
12.
▲
Lil: A Scripting Language
(beyondloom.com)
104 points
by
razetime
4y ago
|
28 comments
13.
▲
by
razetime
4y ago
Seeing this snide and shallow comment, I think you could benefit from expanding your mind by learning J: http://www.jsoftware.com/help/learning/contents.htm
14.
▲
by
razetime
4y ago
Let's change the first line: > One misconception is that languages like J are in the same caliber as less practical languages (esoteric languages like brainf*k) that use symbols more than words. The assumption is that these are most
15.
▲
Solutions to the Nuova reverse engineering contest
(github.com)
1 points
by
razetime
4y ago
|
1 comments
16.
▲
by
razetime
4y ago
The event was based on the esoteric language Nuova, defined by its implementation.
17.
▲
by
razetime
4y ago
J has much easier access to graphics with bindings to a window driver and OpenGL . APL also has support for GUI apps (Windows only) using .NET, but graphics takes some additional effort: https://www.youtube.com/watch?v=iC9fl
18.
▲
by
razetime
4y ago
Here's some links relating to this style of code that you may find useful: https://docs.google.com/document/d/1W83ME5JecI2hd5hAUqQ1BVF3... https://github.com/tlack/b-decoded https:/
19.
▲
by
razetime
4y ago
Well, yes, there's other languages like Julia, MATLAB and such if you want familiar, approachable syntax for array programming. Nial ( https://nial-array-language.org/ ), which is inspired by APL, mostly uses words inste
20.
▲
by
razetime
4y ago
I hope you have taken some time to understand K's philosophy and goals before making this comment. A tutorial exists here: https://github.com/razetime/ngn-k-tutorial if you'd like to understand why this solut
21.
▲
Zzxcz: Choose your own adventure with user-generated, fictional content
(zzcxz.citrons.xyz)
2 points
by
razetime
4y ago
|
0 comments
22.
▲
by
razetime
4y ago
J isn't really made to be pretty. It's made to be terse and simple to read once given enough learning effort, and it's made to be a consistent keyboard typable notation.
23.
▲
by
razetime
5y ago
is this what the new Zed editor is planning on using?
24.
▲
by
razetime
5y ago
K is the easiest popular array language due to its array model and its commitment to simplicity. Gets you into the habit of writing out strings of symbols instead of names, and although it holds your hand less, I'd say it's great
25.
▲
by
razetime
5y ago
ngn/k is the most active in development. You can meet the developer and people who use ngn/k in the chatrooms listed here: https://k.miraheze.org/wiki/Online_Communities
26.
▲
by
razetime
5y ago
Hello, one of the maintainers of the wiki here. The major changes are generally divided into: K2-K4 K5-K6 K7-K9 From my knowledge. Each group has the same general primitives and syntax, and major changes happen between those eras. Since K&#
27.
▲
by
razetime
5y ago
There are many, many array programmers who choose to write in a literate style. Popular code examples written for toy challenges often tend to be smart one liners whose algorithms cannot be easily put in multiple lines, so they may look unr
28.
▲
by
razetime
5y ago
Some array programmers inspired by Arthur Whitney write code like this. I wouldn't call it an abomination per se, it's a specific style meant for a specific person. They find that way of writing C to be nice. It's somewhat po
29.
▲
by
razetime
5y ago
It's all up to preference, really. It took me a while to get around my muscle memory from general imperative programming by the time I started using languages like K competently. Getting that motivation is definitely hard.
30.
▲
by
razetime
5y ago
This website has a few companies which use K: https://github.com/interregna/arraylanguage-companies
More ›