Search found 2 matches

by Sternmull
Sun Feb 07, 2010 11:14 am
Forum: Common Lisp
Topic: efficient fixed size vector/matrix represenation+operations
Replies: 8
Views: 10551

Re: efficient fixed size vector/matrix represenation+operations

Thank you for your fast and helpful replies! Unfortunately at the moment i feel more confused than before :) Maybe i was a bit naive by me to assume that a garbage collected runtime gives me the easy direct control over memory details that i am used to when writing C++ code. And maybe the optimal us...
by Sternmull
Sun Feb 07, 2010 6:32 am
Forum: Common Lisp
Topic: efficient fixed size vector/matrix represenation+operations
Replies: 8
Views: 10551

efficient fixed size vector/matrix represenation+operations

Hello, at first I have to say that i am programming in C++ for about 10 years and are now trying to do my first steps with Lisp. I also use Python for a lot of stuff, so dynamic typing and some other non-C++-like concepts of Lisp are not completely new to me. I use SBCL with Emacs + Slime and use Pr...