Google-apper
Hovedmeny

Post a Comment On: Ken Shirriff's blog

"The foundation of Arc: Documentation"

3 Comments -

1 – 3 of 3
Blogger Rob Hunter said...

Minor typo:

"The backquote ` is shorthand for quasiquote, e.g. `(+ 1 2) is the same as (quasiquote (1 2))."

I belive it is the same as (quasiquote (+ 1 2)).

February 13, 2008 at 8:06 AM

Blogger Ken Shirriff said...

Thanks, vegashacker. I've fixed that.

February 13, 2008 at 4:24 PM

Blogger Naitik Shah said...

this example from procedures:
>(def foo (x) (+ x 1))
#<procedure: foo>

seems to be affecting this example for bound:
>(bound 'foo)
t

Maybe run each example in a sand-boxed environment - and write a post about how you implemented it? ;)


Excellent guide. Thanks for all the hard work!

March 3, 2008 at 9:30 PM

You can use some HTML tags, such as <b>, <i>, <a>

Comment moderation has been enabled. All comments must be approved by the blog author.

You will be asked to sign in after submitting your comment.
Please prove you're not a robot