Live data from Hacker News

Viewing profile — samdphillips

samdphillips

HN member
Joined
Sat, Aug 14, 2021, 10:18 PM UTC
HN karma
12
Public activity
8 items

About samdphillips

No profile information was provided.

Recent public activity

  1. comment
    Comment #46072159

    > nice struct syntax I am curious how you would change the struct syntax?

  2. comment
    Comment #45155134

    > - Is there a LISP dialect that doesn't suffer from this problem? I am not sure what problem you are referring to. Racket has been actively developed since the mid-90s.

  3. comment
    Comment #43441723

    No, it is dynamically typed. The annotations work like run time contracts.

  4. comment
    Comment #43407286

    The easiest way would be to rename the imported names #lang rhombus import rhombus: only: fun ... rename fun as fn rename ... as … open fn all_same([str0, str, …]): all(str0 == str…

  5. comment
    Comment #41840785

    Python with extensible syntax and not afraid of functional programming.

  6. comment
    Comment #28184578

    You may be able to run it with Xvfb. https://github.com/jeapostrophe/racket-langserver/issues/45 https://github.com/Eugleo/magic-racket/issues/29

  7. comment
    Comment #28184516

    You're critique is valid. `length` `vector-length` and `string-length` are from the very monomorphic old Scheme libraries. The Racket module system does provide ways to use the nam…

  8. comment
    Comment #28184440

    Matthew has been working on a prototype ( https://github.com/racket/rhombus-brainstorming/pull/163 ) that works on the current snapshot version of Racket. It is possible to use to …