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·작년·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, …)
I am curious how you would change the struct syntax?