Native class methods417 (10/9/2007 3:20:09 PM) comp.lang.python Is there an easy way to implement a specific method of a Python class in C? Like a native method in Java? I would really like to do the majority of my class code in Python and just do one or two methods in C. ... Stefan
Mixing Python and C classes in a module615 (10/9/2007 2:56:30 PM) comp.lang.python Is it possible to mix classes defined in both Python and C in the same module? Ideally I would like to be able to do: from some.module import MyPythonClass, MyCClass I guess that would mean that this would ... Stefan
Accessing 'Package Data'127 (10/9/2007 7:28:16 AM) comp.lang.python At http://docs.python.org/dist/node12.html it is described how to add package data to a module. This was pretty easy to do, but now how do I access this data from my module? Is there an API to load a 'package ... Stefan
Is there a nicer way to do this?1232 (10/4/2007 9:07:51 PM) comp.lang.python Is there a better way to do the following? attributes = ['foo', 'bar'] attributeNames = {} n = 1 for attribute in attributes: attributeNames["AttributeName.%d" % n] = attribute n = n + 1 It works, but... Stefan
Parsing binary Java doubles549 (8/31/2007 11:12:09 AM) comp.lang.lisp I have a blob of data that contains Java double values written to it. How would I parse those back into something Lisp understands? I'm using SBCL 1.0.9. S. ... Stefan
Macro problem #3321 (9/30/2006 3:29:17 PM) comp.lang.lisp I'm trying to do a little variation on the CD database from Practical Common Lisp. I thought it would be a good excercise to let update-cds: (defun update-cds (selector-fn &key title artist rating (ripped ni... Stefan
Difference between #'(lambda ...) and (lambda ...) ?1729 (9/29/2006 2:03:01 PM) comp.lang.lisp I finally got my copy of Practical Common Lisp so I'm going over the first few chapters again. Great stuff but questions keep popping up. I hope this group doesn't mind :-) Here is a simple one. In chapter3 t... Stefan
Java inline classes in lisp/clos1024 (9/25/2006 8:41:37 AM) comp.lang.lisp I'm a lisp newbie so forgive me for asking silly questions. Suppose I have the following Java code: public class IndexPage extends WebPage { public WebPage() { super(); add(new Labe... Stefan
IntelliJ IDEA on OS X Bug?054 (9/15/2006 12:12:57 PM) comp.lang.java.programmer Anyone here using IDEA 5 or 6 on OS X? I reported a very annoying bug but it is closed with 'Cannot Reproduce' status. So I am looking for people with the same experience. The bug is pretty simple: I cannot m... Stefan
Queueing in Python (ala JMS)417 (12/20/2005 2:01:02 PM) comp.lang.python Is there a JMS-like API available for Python? I would like to quickly receive messages through the network and then process those slowly in the backgound. In the Java world I would simply create a (persistent)... Stefan
Parsing binary Java doubles549 (8/31/2007 11:12:09 AM) comp.lang.lisp I have a blob of data that contains Java double values written to it. How would I parse those back into something Lisp understands? I'm using SBCL 1.0.9. S. ... stefan.arentz(138)
[OT] Software221 (8/31/2007 11:56:00 AM) comp.lang.lisp Been there, done that: "July 24, 2007: Although we were hoping to complete the packaging of the beta test version by 23 July, vacations by some key project team members have forced a delay in the release unt... kennytilton(1428)
How to do python and RESTful620 (9/5/2007 7:54:39 PM) comp.lang.python Hi all, I want to make a web service application in python and keywords are RESTful, python and nice urls(urls mapped to python objects). I don't want a big framework but a nice small one, that can just do th... marcsgbrevkonto(11)
Is there a nicer way to do this?1232 (10/4/2007 9:07:51 PM) comp.lang.python Is there a better way to do the following? attributes = ['foo', 'bar'] attributeNames = {} n = 1 for attribute in attributes: attributeNames["AttributeName.%d" % n] = attribute n = n + 1 It works, but... stefan.arentz(138)
Native class methods417 (10/9/2007 3:20:09 PM) comp.lang.python Is there an easy way to implement a specific method of a Python class in C? Like a native method in Java? I would really like to do the majority of my class code in Python and just do one or two methods in C. ... stefan.arentz(138)
Lisp for enterprise computing?10624 (3/17/2008 1:52:18 PM) comp.lang.lisp Hello, I have heard some say on the Net that Lisp-based development is fast as well as intellectually very elegant and fulfilling. That Lisp is "the programmable programming language"... All this is certainly... simonsharry(29)
People don't like to open an app and have to open a file724 (3/20/2008 8:50:34 PM) comp.lang.lisp Is this why Microsoft is rich? I had huge argument with co worker who loved sharepoint by Microsft. He said it 1 lets you click on a word or excel doc and it just opens 2 lets you search for text inside word o... gavcomedy(1610)
MWUAAHAHAHAHAHAHAHHAHHAHAHA!1924 (3/23/2008 12:08:33 AM) comp.lang.lisp This one has absolutely nothing to do with Lisp! http://smuglispweeny.blogspot.com/2008/03/we-can-live-with-way-you-handled-that.html It does, however, cover God, Plato, and the Tao. hth, kenny -- http:... kennytilton(1428)