Lost your password?

Blogs about: Lisp

the (not so) mysterious common lisp loop

grault wrote 14 hours ago: A good interview question: what is the value of the following form? CL-USER> (mapcar #'funcall (l … more →

Software/firmware developer (Lisp), San Diego, CA

Will Fitzgerald wrote 15 hours ago: For biomedical devices, Software/Firmware Developer – Lisp (Contract to Hire). … more →

Tags: Biomedical

Five things I like and dislike about technology meme

Ace wrote 2 days ago: I got this idea from Belle de Jour’s blog. It seemed cool enough, so yeah. The meme evolves in … more →

Tags: Memes, Personal, Computers, Internet, Scheme, Technology Meme

SICP Exercise 4.19

Weiqun wrote 1 week ago: SICP Exercise 4.19 I read the footnote of this exercise before I thought about this carefully. So I … more →

Tags: Scheme, SICP, Programming

SICP Exercise 4.18

Weiqun wrote 1 week ago: SICP Exercise 4.18 Using the alternative strategy in this exercise for scanning out definitions, the … more →

Tags: Scheme, SICP, Programming

SICP Exercise 4.17

Weiqun wrote 1 week ago: SICP Exercise 4.17 There is an extra frame in the transformed program because let will be converted … more →

Tags: SICP, Scheme, Programming

Considering Adding a Functional Language to My Bag of Tricks1 comment

goldmanalpha wrote 1 week ago: There are a lot of people @Lab who know things like Erlang, Haskell, Python, R, etc., etc., etc.  I … more →

Tags: Lab49, functional programming, Functional Language, f, ML

Policy Compliance Engineer (San Francisco, CA • Redwood City, CA)

halmonster wrote 1 week ago: Qualys, Inc. is looking for a Policy Compliance Engineer who can research and write new capabilities … more →

SICP Exercise 4.16

Weiqun wrote 1 week ago: SICP Exercise 4.16 (define (lookup-variable-value var env) (define (env-loop env) (define (scan vars … more →

Tags: SICP, Scheme, Programming

SICP Exercise 4.15

Weiqun wrote 1 week ago: SICP Exercise 4.15 The outcome of (try try) depends upon the result of (halts? try try). If (halts? … more →

Tags: Scheme, SICP, Programming

granting a loan; simplified

grault wrote 1 week ago: Based on the net present value term, in case of regular $R incomes and rate as discount rate: years … more →

Tags: Math

SICP Exercise 4.14

Weiqun wrote 2 weeks ago: SICP Exercise 4.14 The map procedure takes another procedure (say foo) and lists as its arguments. I … more →

Tags: SICP, Scheme, Programming

Here's how BigB spoke in child's voice in Paa

fenilseta wrote 2 weeks ago: By Subhash K Jha (MUMBAI MIRROR; November 04, 2009)   Paa W e’ve discovered the secret to how A … more →

Tags: Bollywood News, Amitabh Bachchan, Subhash K. Jha, Fenil, Bollywood, mumbai mirror, PAA, balki, bigb

SICP Exercise 4.13

Weiqun wrote 2 weeks ago: SICP Exercise 4.13 I think make-unbound! should remove only the binding in the first frame. Otherwis … more →

Tags: SICP, Scheme, Programming

SICP Exercise 4.12

Weiqun wrote 2 weeks ago: SICP Exercise 4.12 (define (env-loop var null-action eq-action env) (define (scan vars vals) (cond ( … more →

Tags: Scheme, SICP, Programming

SICP Exercise 4.11

Weiqun wrote 2 weeks ago: SICP Exercise 4.11 In the following implementation, procedure extend-environment is still the same, … more →

Tags: SICP, Scheme, Programming

rebuild cffi foreign bindings

grault wrote 2 weeks ago: C:\grault>type lib-foo.c int getone () { return 1; } C:\grault>gcc -shared -o lib-foo.dll lib- … more →

Tags: Session, Windowns

SICP Exercise 4.10

Weiqun wrote 2 weeks ago: SICP Exercise 4.10 I have implemented let in SICP Exercise 4.6. In this exercise, let’s change … more →

Tags: SICP, Scheme, Programming

SICP Exercise 4.9

Weiqun wrote 2 weeks ago: SICP Exercise 4.9 I have implemented do similar to the version in MIT/GNU Scheme. (define (eval exp … more →

Tags: SICP, Scheme, Programming


Have your say. Start a blog.

See our free features →

Related Tags
All →

Follow this tag via RSS