HackerTrans
TopNewTrendsCommentsPastAskShowJobs

samdphillips

no profile record

comments

samdphillips
·8 maanden geleden·discuss
> nice struct syntax

I am curious how you would change the struct syntax?
samdphillips
·10 maanden geleden·discuss
> - 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
·vorig jaar·discuss
No, it is dynamically typed. The annotations work like run time contracts.
samdphillips
·vorig jaar·discuss
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 jaar geleden·discuss
Python with extensible syntax and not afraid of functional programming.