HackerLangs
TopNewTrendsCommentsPastAskShowJobs

veqq

2,123 karmajoined il y a 4 ans
https://janetdocs.org/

``` \'. \ '. .-**-. \ \ * _* _L__L_ _ * EVAL .' * //~ ~ / / .___.' G > // '. APPLY.' / \\\\-------.,// .____. / ' \\\______ |;3 | \ \\ \// ```

Submissions

Interview with Mitchell Hashimoto about Ghostty and Zig

alexalejandre.com
377 points·by veqq·hier·226 comments

Jolt: Clojure Interpreter on Janet

github.com
33 points·by veqq·le mois dernier·0 comments

Hyperpolyglot Lisp: Common Lisp, Racket, Clojure, Emacs Lisp

hyperpolyglot.org
214 points·by veqq·il y a 2 mois·46 comments

Why are we still using Markdown?

bgslabs.org
233 points·by veqq·il y a 3 mois·309 comments

John Earnest Interviewed about K, Lil, Decker

alexalejandre.com
5 points·by veqq·il y a 4 mois·0 comments

Interview with Steve Klabnik

alexalejandre.com
4 points·by veqq·il y a 5 mois·0 comments

JanetDocs – Community Documentation for Janet

janetdocs.org
2 points·by veqq·il y a 5 mois·2 comments

Sh-DSL – Write/Use Shell with Janet

janet-lang.org
4 points·by veqq·il y a 5 mois·0 comments

Interlingua

en.wikipedia.org
4 points·by veqq·il y a 6 mois·6 comments

Star Gauge

en.wikipedia.org
2 points·by veqq·il y a 6 mois·0 comments

Learn Lisp/Fennel Programming Against Neovim

github.com
70 points·by veqq·il y a 7 mois·11 comments

K – simple, fast vector programming language

codeberg.org
2 points·by veqq·il y a 7 mois·0 comments

Designing a Language (2017)

cs.lmu.edu
184 points·by veqq·il y a 8 mois·110 comments

Janetdocs – Example Website with WASM Playground for Janet Lisp

janetdocs.org
4 points·by veqq·il y a 9 mois·0 comments

GDP Hides Industrial Decline

palladiummag.com
33 points·by veqq·il y a 9 mois·2 comments

comments

veqq
·il y a 6 heures·discuss
|(...) is the same as (fn ...) making an anonymous function. $ is an argument (in a 1 arity anonymous function.) $ is getting the whole row which is a hashmap and e.g. ({:key "value"} :key) is a way of retrieving from a hashmap. So it's "where value in column job is "Developer".
veqq
·il y a 7 heures·discuss
> when pressed, the best thing that could be said about Zig is

What do you mean? We didn't really discuss technical aspects etc. and he said he does like how they manage the project.
veqq
·hier·discuss
Clojure barely let you import packages without restarting the JVM recently in its life.
veqq
·il y a 3 jours·discuss
> Why not just use Scheme directly, what's the benefit of porting to Hoot?

In other terms: Why not just use C directly, why use gcc?
veqq
·il y a 4 jours·discuss
Could you share more about what makes CML so awesome?
veqq
·il y a 4 jours·discuss
https://codeberg.org/veqq/declarative-dsls is built around a query language working on tables/dataframes, hashmaps, arrays, strings etc. in the same way. I ended up allowing things like :where :group-by etc. in `select` go in any order and then allowing you to use ->> macros to micromanage the execution order.
veqq
·il y a 11 jours·discuss
What inspires your project etc.? I'm open to collaborating.
veqq
·il y a 11 jours·discuss
This looks really cool! After building various logic programming engines on top of Janet: https://codeberg.org/veqq/declarative-dsls I was considering something similar (though more bare bones). I'd love to talk to the maintainer to discuss certain design choices etc. Maybe I can wrap it instead of SQLite and Prolog directly as I was thinking.
veqq
·il y a 12 jours·discuss
Cyclical industries are very common.
veqq
·il y a 14 jours·discuss
> NovitaAI is a low cost provider who's strategy seems to be to host as many models as possible for the lowest cost possible so that OpenRouter's routing algorithm will default to them as often as possible. The problem is that they clearly don't spend much time on actually testing and configuring all of the models they provide. There's a reason they are very often the first provider to host a new model. I also suspect that they run models at lower quants than they claim but that is not something I can prove. https://www.reddit.com/r/LocalLLaMA/comments/1mk4kt0/be_care...
veqq
·il y a 15 jours·discuss
This infrastructure is more secret sauce than the financial models, which change rapidly.
veqq
·il y a 15 jours·discuss
I mean, why even use spotify?
veqq
·il y a 16 jours·discuss
This is a big issue. https://janetdocs.org/ handles auth through GH which leads to... regular problems, unfortunately. I hope to migrate soon.
veqq
·il y a 19 jours·discuss
Which? And do you mean compilers stopped using those approaches?
veqq
·il y a 25 jours·discuss
> only one group ran a Dachau

is a strange example since it was just a complex of work camps, with the Japanese, British and so on having far worse than that.

> Because there are fewer people waving hammer-and-sickle flags around than there are spray-painting swastikas on synagogues and Raising Questions about whether the Holocaust was so bad after all.

The hyperbole weakens the point / or where are you to see constant Nazis? In the US, Mexico and Germany I regularly see hammer and sickle flags, t-shirts and graffiti. In Mexico city right now, there are huge banners with Stalin and Lenin, besides Marx and Engels, draped across traffic lights and streets all over the center, while it's been almost 10 years since the only big nazi protest I'm aware of (Charlottesville)
veqq
·il y a 26 jours·discuss
> If the difference didn't matter, we wouldn't have so many different lisps

Literally the opposite. We can make and use so many, because writing them is more or less the same. We can quickly throw together a new lisp for a new platform or such and use it without problem.
veqq
·il y a 26 jours·discuss
> the fastest way to support Mac, Windows, and Linux all at once

Tcl with TK or Free Pascal on Lazarus
veqq
·il y a 27 jours·discuss
Pascal is quite common in Russia - many schools teach comp sci with it.
veqq
·il y a 28 jours·discuss
That's really cool!
veqq
·il y a 29 jours·discuss
MTG: Arena uses a rules engine CLIPS (a s-expr expert system based on the RETE engine), which an acquaintance wrote a course for: https://ryjo.codes/tour-of-clips.html and even a declarative chat server: https://ryjo.codes/articles/a-simple-tcp-server-written-in-g...

    (defrule connection
      (connection ?id)
      =>
      (println "User " ?id " connected")
      (printout ?id "Welcome to the chatroom from CLIPS!" crlf)
      (do-for-all-facts ((?f connection)) (neq ?id (nth$ 1 ?f:implied))
          (printout (nth$ 1 ?f:implied) "User " ?id " connected" crlf)))
    
    (defrule say
      (connection ?id)
      ?f <- (message-buffered ?id)
      ?ff <- (message ?id ~/me ?message)
      =>
      (retract ?f ?ff)
      (printout ?id "You: " ?message crlf)
      (do-for-all-facts ((?f connection)) (neq ?id (nth$ 1 ?f:implied))
        (printout (nth$ 1 ?f:implied)
         ?id ": " ?message crlf)))