Hello,
I'm experimenting with CIL (MSIL) for Common Lisp implementation, and would
like to host it on c-l.net, too :)
Project name: clotnet
Description: clotnet is an experimental project to let
a) Common Lisp generate MSIL code
b) Potentially, Common Lisp compiler to MSIL instruction set (so let CL run
on .NET platform)
License: BSD
hello,
Project name: log4cl
Description: Logging library for Lisp, like lo4j
License: LLGPL
It is like log4lisp, but according to Rafal Strzalinski, log4cl is
more advanced, and log4cl is a better name
I haven't any account on common-lisp.net
Project members:
name: Nicolas Lamirault
username: lam
Project members:
name: Rafal Strzalinski
username: nabla
--
Nicolas Lamirault
[Marco forgot to put the list on CC last time so I'm including the
whole email.]
I'm ok making it a project, I just wanted to make sure you knew there
were other
options. Let's see what the other guys say.
Unless it wasn't explicit: I approve.
Erik.
On Feb 15, 2004, at 7:28 PM, Marco Antoniotti wrote:
> Well,
>
> it is true that it is very small right now. But I'd like a project on
> its own because I already have a few ideas about how to expand it.
>
> Anyway, it is up to you.
>
> Thanks
>
> Marco
>
>
>
>
> On Sunday, Feb 15, 2004, at 19:20 America/New_York, Erik Enge wrote:
>
>>
>> On Feb 15, 2004, at 4:07 PM, Marco Antoniotti wrote:
>>
>>> I'd like to host a tiny, yet cute project on COMMON-LISP.NET
>>
>> Looks neat. Though it is quite small. How do you feel about
>> sticking this in the 'scratch' project?
>> It would be a project to collect many smaller projects such as
>> DEFINER until they become big
>> enough to warrant their own projects?
>>
>> Erik.
>>
> --
> Marco Antoniotti http://bioinformatics.nyu.edu
> NYU Courant Bioinformatics Group tel. +1 - 212 - 998 3488
> 715 Broadway 10th FL fax. +1 - 212 - 998 3484
> New York, NY, 10003, U.S.A.
>
Hi
I'd like to host a tiny, yet cute project on COMMON-LISP.NET
The idea of the DEFINER project is to provide a generalized DEF macro
that will allow you to define anything within a CL implementation with
a simplified, yet user programmable, syntax. E.g.
(defun foo (x) ...)
becomes
(def function foo (x) ...)
and
(defstruct bar a s d)
becomes
(def structure bar a s d)
etc etc.
The idea is to allow people who want to define new things to do
something like
(def uffi:c-string-pointer ....)
The license of the system will be BSD like. You can have a peek at the
code at http://bioinformatics.nyu.edu/~marcoxa/common-lisp/code
regards
--
Marco Antoniotti http://bioinformatics.nyu.edu
NYU Courant Bioinformatics Group tel. +1 - 212 - 998 3488
715 Broadway 10th FL fax. +1 - 212 - 998 3484
New York, NY, 10003, U.S.A.