Thanks for quick response!
Encouraged by your successful trial, I changed the underlying
compiler from Intel icl to MS cl. Voila! It works now. haha 😊
As for earlier “baz” program for srt->smi translation,
the culprit was the modification of list; compiler isn’t the cause.
But the error is correctable:
(tx (s)
(mapl (lambda (s) (rplaca s (format nil "~{~a~}~:[~;<br>~]" (map 'list #'tr
(car s)) (cdr s)))) s))
Sent from Windows Mail
From: Pascal J. Bourguignon
<snip>
The compiled code refuses to run, presumably choking at the macro expansion
above.
If I eval the lower diff::intern-files by c-x c-e, the code runs fine.
Works for me:
; SLIME 2014-08-01
…
------------------------------------------------------------------------------
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
_______________________________________________
Ecls-list mailing list
Ecls-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecls-list