unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* Programming racket like in guile
@ 2013-02-21 20:59 stefan.itampe
  2013-02-22 15:56 ` Ludovic Courtès
  2013-02-23  0:54 ` Daniel Hartwig
  0 siblings, 2 replies; 11+ messages in thread
From: stefan.itampe @ 2013-02-21 20:59 UTC (permalink / raw)
  To: guile-devel

Dear guilers!

I have spend quite a lot of work porting racket code to guile
e.g. syntax-parse and the code for contracts, as a spinoff I have
done several other parts as well e.g.

* contracts                                (guile-contract)
* syntax parse                             (guile-syntax-parse)
* some support for racket lambda argumnets 
  lambda list                              (guile-syntax-parse)

* some support for racket structs          (guile-contract)
* racket matcher                           (guile-syntax-parse)
* racket for loops                         (racket-loops-for-guile)
* may things I have forgotten about

Is there something in here that you would like to improve on or are 
there 
components in the racket codebase that you would like to have in guile
so please let me know!

I also suggest that for people writing compatability code that we have
a standard namespace for this. Let me suggest

(compat name-of-scheme/lisp component ...)
e.g.
(compat racket match)
(compat racket for)
(compat racket struct)

The idea is that we push code here that is useful for porting
the components that we are actually interesting to have in guile
 like syntax-parse.

for the code that we deem so useful that we would like to push it to a 
more
descriptive location we will of cause do that as well e.g. (syntax 
parse)

WDYT

Cheers!
Stefan




^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2013-02-24 21:47 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-21 20:59 Programming racket like in guile stefan.itampe
2013-02-22 15:56 ` Ludovic Courtès
2013-02-22 19:04   ` stefan.itampe
2013-02-24 21:07     ` Ludovic Courtès
2013-02-24 21:47       ` Stefan Israelsson Tampe
2013-02-23  0:54 ` Daniel Hartwig
2013-02-23  2:32   ` Ian Price
2013-02-23 15:39     ` Noah Lavine
2013-02-23 16:28       ` Stefan Israelsson Tampe
2013-02-23 12:44   ` Stefan Israelsson Tampe
2013-02-23 15:36     ` Noah Lavine

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).