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

samdphillips

no profile record

コメント

samdphillips
·8 か月前·議論
> nice struct syntax

I am curious how you would change the struct syntax?
samdphillips
·10 か月前·議論
> - 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.
samdphillips
·昨年·議論
No, it is dynamically typed. The annotations work like run time contracts.
samdphillips
·昨年·議論
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, …)
samdphillips
·2 年前·議論
Python with extensible syntax and not afraid of functional programming.