Scott Fraser on 29 Nov 2008 11:42:02 -0800


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Trampolining added to Clojure

  • From: Scott Fraser <Scott.E.Fraser@gmail.com>
  • To: Philly Lambda <philly-lambda@googlegroups.com>
  • Subject: Trampolining added to Clojure
  • Date: Sat, 29 Nov 2008 11:41:52 -0800 (PST)
  • Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlegroups.com; s=beta; h=domainkey-signature:received:received:x-sender:x-apparently-to :mime-version:received:date:x-ip:user-agent:x-http-useragent :message-id:subject:from:to:content-type:content-transfer-encoding :reply-to:sender:precedence:x-google-loop:mailing-list:list-id :list-post:list-help:list-unsubscribe:x-beenthere-env:x-beenthere; bh=DrlXWdWBQ9cBV/ukUVm0/sMmFtoHzQIsVHU1jo8HW/4=; b=DGU8gP5tS/h0B3MGm/mAgub7CZWLWpsZguujMK29TE1HeoWiZ6tcmi9HjFWTD0EegY PVdbN4g5xMjUVjfoRH0GcuNZVTE/FfgD21LzsP66WkYJ0QFVSMHAOYVW1vTQV7LoSM+o /ysUQI/jpJIRkADoAChkbi+kjX08ThF1jRvL4=
  • Mailing-list: list philly-lambda@googlegroups.com; contact philly-lambda+owner@googlegroups.com
  • Reply-to: philly-lambda@googlegroups.com
  • Sender: philly-lambda@googlegroups.com
  • User-agent: G2/1.0

Rich Hickey has added a TCO hack to clojure to deal with current
absence of tail recursion optimization in the JVM.

Check it out:

http://groups.google.com/group/clojure/browse_frm/thread/6257cbc4454bcb85/7d5fd827cd549080

-Scott