public inbox for kawa@sourceware.org
 help / color / mirror / Atom feed
* Missing feature or just differences with Guile for define-public
@ 2017-01-28 12:40 scprotz
  2017-01-28 23:08 ` Per Bothner
  0 siblings, 1 reply; 5+ messages in thread
From: scprotz @ 2017-01-28 12:40 UTC (permalink / raw)
  To: kawa

I was trying to compile the scm files that come with Aisleriot using
Kawa (these are intended for use with Guile, but I was hoping to try
them out in Java).  Many seem to compile ok, but one of the core
files, api.scm has problems.

I came across two issues when trying to convert api.scm to .class.

The first was "invalid use of '_".  Apparently kawa doesn't like the _
as part of define's.  Easy enough to fix just by changing the '_ to
another identifier.

The second issue though was I get "improper list (circular or dotted)
is not allowed here.

Here is an example define-public from the file:

(define-public (set-features . feature-list)
  (set-feature-word! (+ (get-feature-word)
       (apply + feature-list))))

My scheme-fu is very very weak, so I'm not sure if this is just an
implementation difference, a bug, or my misunderstanding.

Any help is appreciated  (and if you want your own copy of the scm
files from aisleriot, you can grab them here:
https://github.com/GNOME/aisleriot)

-scprotz

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

end of thread, other threads:[~2017-01-29  7:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-28 12:40 Missing feature or just differences with Guile for define-public scprotz
2017-01-28 23:08 ` Per Bothner
2017-01-29  6:07   ` scprotz
2017-01-29  7:04     ` Per Bothner
2017-01-29  7:35       ` scprotz

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).