samdphillips·8 เดือนที่ผ่านมา·discuss> nice struct syntaxI am curious how you would change the struct syntax?
samdphillips·10 เดือนที่ผ่านมา·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·ปีที่แล้ว·discussNo, it is dynamically typed. The annotations work like run time contracts.
samdphillips·ปีที่แล้ว·discussThe 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 ปีที่แล้ว·discussPython with extensible syntax and not afraid of functional programming.
I am curious how you would change the struct syntax?