Arc Forumnew | comments | leaders | submitlogin
2 points by conanite 5431 days ago | link | parent

Just curious, should a tailing . or ! mean something or be considered an error? I get

  arc> (ssexpand 'a.b.c.)
  (((a b) c) #<eof>)
  arc> (ssexpand 'a.b.c!)
  (((a b) c) (quote #<eof>))


3 points by CatDancer 5431 days ago | link

I don't know, but the ac.scm source does mention "no error-checking!" :-)

-----