<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi David,<div><br></div><div>Your project looks interesting.</div><div><br></div><div>The easiest license is something like the MIT or BSD ones; if you want to be more LGPL, then you'll probably want the LLGPL that Franz first used.</div><div><br></div><div>In order to set up a project, you'll need an account. In order to get an account, you'll need to send us you PGP public key (use  gpg --armor --export <a href="mailto:gwking@metabang.com">gwking@metabang.com</a> to output it (only don't use my e-mail address! <smile>)). You'll also need a project name (it reminds a tiny bit of parenscript so maybe you could play with something like sqlscript).</div><div><br></div><div>HTH,</div><div><br></div><div><br><div><div>On Aug 28, 2008, at 12:33 AM, David Creelman wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div dir="ltr">Hi,<br>My name is David Creelman and I've been working on a personal lisp project (which I'm having trouble giving a name...) that I'd like to open source.<br>Could you perhaps recommend a lisp friendly open source licence to me?<br> The project is not quite finished, but can already produce some useful outputs.<br><br>So, what does it do?<br><br>At the moment I can type the following in lisp :-<br><br>(defproc mysqlproc ()<br> (setv j 23.2)<br> (sprint j)<br>  (if (< j 0) (print j)))<br><br>Which will 'compile' to the following MSSQL :-<br><br>create procedure mysqlproc as<br>begin<br>  declare @j decimal(3,2)<br>  set @j = 23.2<br>  print @j<br>  if @j < 0 <br>  print @j<br> end<br><br>So, as you can see, it's in it's early days and it is also a learning test bed on lisp for me.<br><br>My plan is firstly to support most of the important data manipulation commands (select/insert/update) and then maybe some data definition concepts (create/alter/drop table), though I may look at how to integrate this into clsql, which I think does this kind of thing.<br> <br>I'm also going to get it to work with Oracle stored procs. If I'm feeling very ambitious I may end up making it work on sqlite (by making it generate executable code rather than stored procs) and a simple lisp based database as well.<br> <br>Could you let me know if/when it would be possible to set up a place for this on <a href="http://common-lisp.net">common-lisp.net</a>?<br><br>Thanks for your time.<br><br>Regards<br>David<br>GPG 7d779ca5<br><br><br></div> _______________________________________________<br>admin mailing list<br><a href="mailto:admin@common-lisp.net">admin@common-lisp.net</a><br>http://common-lisp.net/cgi-bin/mailman/listinfo/admin</blockquote></div><br><div> <span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><div>--</div><div>Gary Warren King, metabang.com </div><div>Cell: (413) 559 8738</div><div>Fax: (206) 338-4052</div></span><div>gwkkwg on Skype * garethsan on AIM</div><div><br class="khtml-block-placeholder"></div><div><br class="khtml-block-placeholder"></div></span><br class="Apple-interchange-newline"></span></div></span> </div><br></div></body></html>