Arc Forumnew | comments | leaders | submitlogin
3 points by almkglor 5657 days ago | link | parent

> But it's worth pointing out that there are work-arounds to a global read table.

How does it handle multiple threads loading code at the same time?



5 points by cchooper 5657 days ago | link

Threads? In Common Lisp? You must be joking!

-----

3 points by almkglor 5657 days ago | link

!!

LOL! ^^ ^_^ >.< ^_^ ROFL!

As an aside, arc-f currently handles loading by wrapping a sizeable bit of 'load in 'atomic, but this is unnecessary, I think, if I use a thread-local for current-load-file* and friends.

-----