Arc Forum
new
|
comments
|
leaders
|
submit
|
hakk's comments
login
2 points
by
hakk
6117 days ago |
link
|
parent
| on:
The real problem with unhygienic macros
Going further, many CL implementations also come with a package locking mechanism.
-----
4 points
by
hakk
6117 days ago |
link
|
parent
| on:
Alphabetical List of Arc Functions
Shorter:
(sort (compare < [coerce _ 'string]) (keys sig))
-----
4 points
by
fallintothis
6116 days ago |
link
Shorter:
(sort < (keys sig))
< compares symbols as it would strings.
-----