> Refer to this page instead: http://www.dwheeler.com/readable/version02.html

Ok, I'm done going through it and I went through the tutorial as well.

curly-infix.cl works great with sbcl.

I had to change the shebang in sweet-guile and modern-guile to
/usr/bin/env rather than /bin/env. Aside from that modern-guile worked
great.

I couldn't get sweet-guile working, perhaps because eval needs 2 args
in sugar.scm.

  ;;; ./sugar.scm:343:14: warning: possibly wrong number of arguments to `eval'
  scheme@(guile-user)> substring "hello"
  $1 = #<procedure substring (_ _ #:optional _)>
  $2 = "hello"
  scheme@(guile-user)>   1
  $3 = 1
  scheme@(guile-user)>   3
  $4 = 3

There's a comment above sugar.scm:343 indicating this is a known
issue, but searching the archives didn't seem to bring up my question.
Do I need to switch guile versions or something like that? (I'm using
guile-2.0)

I notice some recent examples with a leading backslash, period, etc.
But the docs so far haven't made any mention of them. Did I miss
something?

I've seen mention of different modes. How does one switch between
them? I think modes are a bad idea. With wart I was careful to make
sure that you never had to fiddle with modes, wonder if something was
evaluated in the right mode, etc.

Are sweet exprs intended to be fully compatible with traditional lisp?
That was something I spent a lot of time thinking about -- I wanted
wart to be entirely lisp compatible, but I had that single-space
exception that I now no longer have, which makes me very happy. Is
this feature important to y'all as well?

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Readable-discuss mailing list
Readable-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/readable-discuss

Reply via email to