Re: Typed Guile?

2012-09-19 Thread Ian Price
thorso...@lavabit.com writes: > "Typed Racket is designed for Racket. One day Guile will have a Typed > Guile companion, and Chez Scheme may have a Typed Chez companion but > until then TR is for Racket." [1] > > Is it this bad? Do we really need Typed Guile? Is what bad? The state of code reuse?

Re: Typed Guile?

2012-09-19 Thread Noah Lavine
It entirely depends on the typed language. Anything that can compile to a C-compatible binary should be usable. I believe that Haskell can do that. You have to explicitly write what the C entry points are going to be, which might be tedious, but I think it's for the best anyway. See http://www.has

WIKID 1.3 available

2012-09-19 Thread Thien-Thi Nguyen
release notes: Big news is testing w/ Guile 1.8 and dropped ‘<<.>>’ misfeature. Many internal changes, reflecting experience collected (endured) over the last five years, since the previous release. thi README excerpt: This directory contains WIKID, comprising: - a wiki daemon - a

Re: Typed Guile?

2012-09-19 Thread thorsopia
Noah, Can Guile use a library written on a typed language? I understand that it's not going to work out of the box, but what would be easier to adapt: Haskell, Typed Racket or Typed Clojure*?