Can I use Scheme instead of Applescript on the Mac t开发者_JAVA技巧o automate apps such as iTunes, iCal, Mail, etc.?There is no fundamental reason that you could not build another language to construc
I created this solution: ; use like开发者_开发问答 this: ; (/* content ... */ <default-return>)
I\'m very new to lisp and recently i discovered the thin that I don\'t开发者_如何学Python understand.
In Structure and Interpretation of Computer Programs (SICP) Section 2.2.3 several functions are defined using:
This question is maybe somehow inspired with Anyone using Python for embedded projects?; so anyone using some Scheme version or Common Lisp (like ECL) for free/oss/commercial projects?
In some implementations of Common LISP we can say that for the following expression (eq \'a \'a) Is true because \'a and \'a are the \"same atom\".
Is this possible to extract mantissa and exponent from a float in major R6RS Scheme implementations so that:
I\'m currently learning how to write CL style macros (define-macro) in Scheme. As a simple example, I wrote a struct macro that defines functions like make-thing, thing?, thing-field accessors and so
I\'m working through SICP. Currently, in the first chapter, I\'m having problems getting Racket to let me redefine \"primitives\". For instance, I was under the impression that I should be able to arb
We have Bigloo.NET does anyone know of such a project that offers the same but for the Java and/or Objective-C language?