Skip to content
Wisdom And Wonder

Wisdom And Wonder

Equanimity Λ Computing

  • About
  • Archive
  • Privacy Policy
  • RSS

Tag: Scheme

Creating Languages with PLT Scheme

A frequent question on the PLT Scheme discussion list is how to implement new languages on top of PLT Scheme.
In the next release documentation explaining how to do so is included, and there is a preview here.
(via plt)

Author grantPosted on 2010-05-31Categories LinkTags PLT, Programming Language, SchemeLeave a comment on Creating Languages with PLT Scheme

memcached for Racket (aka PLT Scheme)

Here is it; thanks to Jay.
(via plt)

Author grantPosted on 2010-05-30Categories LinkTags PLT, Programming Language, SchemeLeave a comment on memcached for Racket (aka PLT Scheme)

Current line number in PLT Scheme

Here is how to get the current line number programmatically in PLT Scheme (via Jay):

#lang scheme
(define-syntax (current-line-number stx)
  (quasisyntax/loc stx
    '#,(syntax-line stx)))
(printf "~a: ~a~n" (current-line-number) 6)
(printf "~a: ~a~n" (current-line-number) 8)

(via plt)

Author grantPosted on 2010-05-30Categories LinkTags PLT, Programming Language, Scheme2 Comments on Current line number in PLT Scheme

Scheme lectures

There is a good list of Scheme related lectures here.

Author grantPosted on 2010-05-30Categories LinkTags PLT, Programming Language, SchemeLeave a comment on Scheme lectures

OpenCL bindings for PLT Scheme

The first release of my OpenCL binding is available.
http://planet.plt-scheme.org/display.ss?owner=jaymccarthy&package=opencl.plt

— Jay
(via PLT)

Author grantPosted on 2010-05-30Categories LinkTags PLT, Programming Language, SchemeLeave a comment on OpenCL bindings for PLT Scheme

Erlang style programming in PLT

bzlib/thread provides additional concurrency constructs by building on top of PLT Scheme’s concurrency primitives to help simplify programming in message passing style that Erlang has helped popularized.

(via PLT)

Author grantPosted on 2010-05-30Categories LinkTags PLT, Programming Language, Scheme2 Comments on Erlang style programming in PLT

Genetic programming in PLT Scheme

If anyone here is interested in genetic programming, the PLT implementation of my Push/PushGP system, for which several of you provided help over the last few weeks, is posted at http://hampshire.edu/lspector/schush.ss

–Lee
(via PLT)

Author grantPosted on 2010-05-30Categories LinkTags PLT, Programming Language, Scheme1 Comment on Genetic programming in PLT Scheme

The beginnings of Scheme on the Wii

The beginnings of Scheme on the Wii via Gambit and the efforts of Sean Charles are discussed here.

Author grantPosted on 2010-04-24Categories LinkTags Gambit, Programming Language, Scheme1 Comment on The beginnings of Scheme on the Wii

Write Android and Webapps in PLT Scheme with Moby

Here is a post over at Hacker News linking to how to write Android and web apps with Moby.

(via plt)

Author grantPosted on 2010-04-062020-03-11Categories EntryTags PLT, Programming Language, Scheme2 Comments on Write Android and Webapps in PLT Scheme with Moby

PLT Scheme v4.2.5 adds real parallelism and class contracts

PLT Scheme v4.2.5 adds real parallelism and class contracts.
Awesome.
(via Eli)

Author grantPosted on 2010-04-02Categories LinkTags PLT, Programming Language, Scheme1 Comment on PLT Scheme v4.2.5 adds real parallelism and class contracts

Posts pagination

Previous page Page 1 … Page 8 Page 9 Page 10 … Page 41 Next page
  • About
  • Archive
  • Privacy Policy
  • RSS
Wisdom And Wonder Privacy Policy Proudly powered by WordPress