[Openmcl-devel] bit string matching

Lonnie Cumberland lonnie at biofuelstechnologyinc.com
Wed Jan 5 06:09:35 PST 2011


Greetings All,

I thank everyone for the responses. I looked over Clojure and must say
that I actually prefer common lisp and the Clozure implementation of
it.

With that said, my goal will be to write up a type of max-palindrome
implementation that is similar to the ones that I have posted in
functionality as I was just able to run them on Clojure which I
downloaded for a quick test.

Thanks again all and have wonderful day.
Lonnie

On Wed, Jan 5, 2011 at 8:46 AM, Raffael Cavallaro
<raffaelcavallaro at mac.com> wrote:
>
> On Jan 5, 2011, at 8:38 AM, Lonnie Cumberland wrote:
>
>> I just came across a couple of implementations, but could not seem to
>> get them to run on Clozure ccl.
>
> The code you posted is in the *language* clojure (note the j) a lispy language that runs on the java virtual machine. Clojure (j) is a completely different language than common lisp, not merely another implementation of common lisp.
>
> Clozure Common lisp (note the z) is an implementation of the language common lisp.
>
> This is why the code you posted won't run as is on clozure common lisp. You could translate it/port it, but that would require being familiar with both languages, common lisp and clojure. The algorithm you're looking for is simple enough that you'd be better off just implementing it directly in common lisp - assuming you want to use common lisp, not a lisp-like language that runs on the jvm.
>
> hth
>
> warmest regards,
>
> Ralph
>
>
> Raffael Cavallaro
> raffaelcavallaro at me.com
>
>
>
>
>
> _______________________________________________
> Openmcl-devel mailing list
> Openmcl-devel at clozure.com
> http://clozure.com/mailman/listinfo/openmcl-devel
>



More information about the Openmcl-devel mailing list