HackerLangs
トップ新着トレンドコメント過去質問紹介求人

veqq

2,123 カルマ登録 4 年前
https://janetdocs.org/

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

投稿

Interview with Mitchell Hashimoto about Ghostty and Zig

alexalejandre.com
377 ポイント·投稿者 veqq·昨日·226 コメント

Jolt: Clojure Interpreter on Janet

github.com
33 ポイント·投稿者 veqq·先月·0 コメント

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

hyperpolyglot.org
214 ポイント·投稿者 veqq·2 か月前·46 コメント

Why are we still using Markdown?

bgslabs.org
233 ポイント·投稿者 veqq·3 か月前·309 コメント

John Earnest Interviewed about K, Lil, Decker

alexalejandre.com
5 ポイント·投稿者 veqq·4 か月前·0 コメント

Interview with Steve Klabnik

alexalejandre.com
4 ポイント·投稿者 veqq·5 か月前·0 コメント

JanetDocs – Community Documentation for Janet

janetdocs.org
2 ポイント·投稿者 veqq·5 か月前·2 コメント

Sh-DSL – Write/Use Shell with Janet

janet-lang.org
4 ポイント·投稿者 veqq·5 か月前·0 コメント

Interlingua

en.wikipedia.org
4 ポイント·投稿者 veqq·6 か月前·6 コメント

Star Gauge

en.wikipedia.org
2 ポイント·投稿者 veqq·6 か月前·0 コメント

Learn Lisp/Fennel Programming Against Neovim

github.com
70 ポイント·投稿者 veqq·7 か月前·11 コメント

K – simple, fast vector programming language

codeberg.org
2 ポイント·投稿者 veqq·7 か月前·0 コメント

Designing a Language (2017)

cs.lmu.edu
184 ポイント·投稿者 veqq·8 か月前·110 コメント

Janetdocs – Example Website with WASM Playground for Janet Lisp

janetdocs.org
4 ポイント·投稿者 veqq·9 か月前·0 コメント

GDP Hides Industrial Decline

palladiummag.com
33 ポイント·投稿者 veqq·9 か月前·2 コメント

コメント

veqq
·6 時間前·議論
|(...) 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
·7 時間前·議論
> 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
·昨日·議論
Clojure barely let you import packages without restarting the JVM recently in its life.
veqq
·3 日前·議論
> 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
·4 日前·議論
Could you share more about what makes CML so awesome?
veqq
·4 日前·議論
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
·11 日前·議論
What inspires your project etc.? I'm open to collaborating.
veqq
·11 日前·議論
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
·12 日前·議論
Cyclical industries are very common.
veqq
·14 日前·議論
> 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
·15 日前·議論
This infrastructure is more secret sauce than the financial models, which change rapidly.
veqq
·15 日前·議論
I mean, why even use spotify?
veqq
·16 日前·議論
This is a big issue. https://janetdocs.org/ handles auth through GH which leads to... regular problems, unfortunately. I hope to migrate soon.
veqq
·19 日前·議論
Which? And do you mean compilers stopped using those approaches?
veqq
·25 日前·議論
> 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
·26 日前·議論
> 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
·26 日前·議論
> the fastest way to support Mac, Windows, and Linux all at once

Tcl with TK or Free Pascal on Lazarus
veqq
·27 日前·議論
Pascal is quite common in Russia - many schools teach comp sci with it.
veqq
·28 日前·議論
That's really cool!
veqq
·29 日前·議論
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)))