public inbox for kawa@sourceware.org
 help / color / mirror / Atom feed
From: Per Bothner <per@bothner.com>
To: Damien Mattei <damien.mattei@unice.fr>
Cc: kawa@sourceware.org
Subject: Re: packaging classes in kawa
Date: Fri, 25 Sep 2015 15:15:00 -0000	[thread overview]
Message-ID: <560564EB.9040008@bothner.com> (raw)
In-Reply-To: <560547CB.4040000@unice.fr>



On 09/25/2015 06:10 AM, Damien Mattei wrote:
> great !
>
> so the scheme modules map to java packages...

No, Scheme modules map to Java *classes*.

This is the "module class" itself.  They may be additional
classes (ones defined by define-class/define-simple-class,
and "frame" classes used for closures).  This are all in the same package.
The frame classes are member classes or inner classes.
A define-class is (by default) a member class of the module class;
a define-simple-class is (by default) a sibling class (unless it has
same name as the module class, in which case they are combined).
-- 
	--Per Bothner
per@bothner.com   http://per.bothner.com/

  reply	other threads:[~2015-09-25 15:15 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-24 18:29 Approach to add a new language Germán Arias
2015-09-24 19:20 ` Per Bothner
2015-09-25  9:04   ` packaging classes in kawa Damien Mattei
2015-09-25  9:09     ` Damien Mattei
     [not found]       ` <CAE4XeMCHZVDNEMeHXbBHvsgtUXTTzqknZxuTyWp0og8BWuC_mQ@mail.gmail.com>
2015-09-25 13:10         ` Damien Mattei
2015-09-25 15:15           ` Per Bothner [this message]
2015-09-25 15:49             ` Damien Mattei
2015-09-25 16:21               ` Per Bothner
2015-09-26  3:41   ` Approach to add a new language Germán Arias

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=560564EB.9040008@bothner.com \
    --to=per@bothner.com \
    --cc=damien.mattei@unice.fr \
    --cc=kawa@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).