¡@

Home 

python Programming Glossary: lisp

What limitations have closures in Python compared to language X closures?

http://stackoverflow.com/questions/141642/what-limitations-have-closures-in-python-compared-to-language-x-closures

Where X is any programming language C# Javascript Lisp Perl Ruby Scheme etc which supports some flavour of closures...

Python Vs. Ruby for Metaprogramming [closed]

http://stackoverflow.com/questions/144661/python-vs-ruby-for-metaprogramming

in a statically compiled language like D. I've read up on Lisp a little and I would love to find a language that allows some.. to find a language that allows some of the cool stuff that Lisp does but without the strange syntax etc. of Lisp. I don't want.. that Lisp does but without the strange syntax etc. of Lisp. I don't want to start a language flame war and I'm sure both..

How are exceptions implemented under the hood?

http://stackoverflow.com/questions/1995734/how-are-exceptions-implemented-under-the-hood

a generalization of exceptions originally from some old Lisp object system now implemented in e.g. CommonLisp and Ioke continuations.. some old Lisp object system now implemented in e.g. CommonLisp and Ioke continuations a more structured form of GOTO popular..

What are the biggest differences between Python and Ruby from a philosophical perspective [closed]

http://stackoverflow.com/questions/234721/what-are-the-biggest-differences-between-python-and-ruby-from-a-philosophical-pe

if you really want to know I'd consult a book called On Lisp by Paul Graham which is available free as a PDF here . Basically.. a PDF here . Basically he explains the differences between Lisp and Fortran the oldest two languages still in use today . I.. only one way to do it means there is no mystery Ruby and Lisp are full of tricks which you can stumble upon by luck and there..

Parsing S-Expressions in Python

http://stackoverflow.com/questions/3182594/parsing-s-expressions-in-python

manipulating symbolic expressions in Python similar to how Lisp expressions are evaluated python s expression share improve..

Python: Why is functools.partial necessary?

http://stackoverflow.com/questions/3252228/python-why-is-functools-partial-necessary

with functional programming languages those in the Lisp Scheme families in particular appear to like lambda just fine..

Why are scripting languages (e.g. Perl, Python, Ruby) not suitable as shell languages? [closed]

http://stackoverflow.com/questions/3637668/why-are-scripting-languages-e-g-perl-python-ruby-not-suitable-as-shell-lang

mentioned. Rexx would be another scripting language. Emacs Lisp would be yet another. And in the shell realm there are some..

Is it pythonic for a function to return multiple values?

http://stackoverflow.com/questions/61605/is-it-pythonic-for-a-function-to-return-multiple-values

every single function returns multiple values list in Lisp . Sometimes it is sufficient to return x y instead of Point..

CL-WHO-like HTML templating for other languages?

http://stackoverflow.com/questions/671572/cl-who-like-html-templating-for-other-languages

WHO like HTML templating for other languages Common Lisp guys have their CL WHO which makes HTML templating integrated..

What is the clojure equivalent of the Python idiom “if __name__ == '__main__'”?

http://stackoverflow.com/questions/973106/what-is-the-clojure-equivalent-of-the-python-idiom-if-name-main

a little trouble trying to determine the clojure and or Lisp equivalent of this common python idiom. The idiom is that at.. line. The REPL is a better command line. Clojure being a Lisp it's common to fire up Clojure and leave the same instance running.. traditional edit compile debug cycle is a great feature of Lisps. You can easily write functions to do things like run unit..

Python hashable dicts

http://stackoverflow.com/questions/1151658/python-hashable-dicts

in an algol like language as apposed to the syntax free lisp dialects you normally find them in . Because of this different..

Is it possible something like lvalue of perl or setf of lisp in python?

http://stackoverflow.com/questions/11748780/is-it-possible-something-like-lvalue-of-perl-or-setf-of-lisp-in-python

it possible something like lvalue of perl or setf of lisp in python In lisp you can say setf aref a 1 5 In perl you can.. like lvalue of perl or setf of lisp in python In lisp you can say setf aref a 1 5 In perl you can say substr string.. a lvalue as a target for assignment operation python perl lisp lvalue share improve this question No. Assigning to the..

How can I use Emacs Flymake mode for python with pyflakes and pylint checking code?

http://stackoverflow.com/questions/1259873/how-can-i-use-emacs-flymake-mode-for-python-with-pyflakes-and-pylint-checking-co

1 pep8 ignore E221 E701 E202 repeat 1 true For the emacs lisp part when load flymake t defun flymake pyflakes init let temp..

Python Vs. Ruby for Metaprogramming [closed]

http://stackoverflow.com/questions/144661/python-vs-ruby-for-metaprogramming

worked on by a million code monkeys in mind. python ruby lisp metaprogramming share improve this question There's not..

Python generators in various languages [closed]

http://stackoverflow.com/questions/1451304/python-generators-in-various-languages

first class continuations. c python programming languages lisp share improve this question Here is an example in C that..

Why are C, C++, and LISP so prevalent in embedded devices and robots?

http://stackoverflow.com/questions/1601893/why-are-c-c-and-lisp-so-prevalent-in-embedded-devices-and-robots

and isn't LISP interpreted anyway python embedded erlang lisp robotics share improve this question I once built a robot..

Clojure Jython interop

http://stackoverflow.com/questions/2129253/clojure-jython-interop

if anyone has tried doing this. Thanks Rob python interop lisp clojure jython share improve this question A note I just..

how to efficiently get the k bigger elements of a list in python

http://stackoverflow.com/questions/2243542/how-to-efficiently-get-the-k-bigger-elements-of-a-list-in-python

from heapq import nlargest tags python 30 ruby 25 c 50 lisp 20 nlargest 2 tags key lambda e e 1 # Gives c 50 python 30 ..

Please advise on Ruby vs Python, for someone who likes LISP a lot

http://stackoverflow.com/questions/405165/please-advise-on-ruby-vs-python-for-someone-who-likes-lisp-a-lot

switching from RoR to Python Django and back. python ruby lisp share improve this question I'd go with Ruby. It's got all..

What can you do with Lisp macros that you can't do with first-class functions?

http://stackoverflow.com/questions/4980520/what-can-you-do-with-lisp-macros-that-you-cant-do-with-first-class-functions

not with functions as first class objects python macros lisp share improve this question First of all Lisp has first.. languages. For example you couldn't implement common lisp's loop construct in python. Hell you couldn't even implement..

CL-WHO-like HTML templating for other languages?

http://stackoverflow.com/questions/671572/cl-who-like-html-templating-for-other-languages

HTML into their syntax. python html perl common lisp templating share improve this question For CPAN offerings..

Python Macros: Use Cases?

http://stackoverflow.com/questions/764412/python-macros-use-cases

parallel in Python such as a while loop python macros lisp scheme share improve this question Some examples of lisp.. scheme share improve this question Some examples of lisp macros ITERATE which is a funny and extensible loop facility.. argument types and having macros to generate corresponding lisp structures functions with type mapping and marshaling code Continuations..

What is the clojure equivalent of the Python idiom “if __name__ == '__main__'”?

http://stackoverflow.com/questions/973106/what-is-the-clojure-equivalent-of-the-python-idiom-if-name-main

Is there an equivalent idiom in Clojure and or common lisp I'm not after a full blown unit testing library well I am but.. to be imported like a normal module namespace. python lisp clojure idioms share improve this question It's not idiomatic..

Merge of lazy streams (using generators) in Python

http://stackoverflow.com/questions/14648095/merge-of-lazy-streams-using-generators-in-python

Will Ness here's my implementation of this algorithms in LISP Racket actually define scale str m stream map lambda x x m str..

Why are C, C++, and LISP so prevalent in embedded devices and robots?

http://stackoverflow.com/questions/1601893/why-are-c-c-and-lisp-so-prevalent-in-embedded-devices-and-robots

are C C and LISP so prevalent in embedded devices and robots It seems that the.. most sought for embedded devices and robots are C C and LISP. Why haven't more recent languages made inroads into these applications.. Virtual Machine on a cell phone or a SunSpot and isn't LISP interpreted anyway python embedded erlang lisp robotics share..

Elegant Python? [closed]

http://stackoverflow.com/questions/3428245/elegant-python

across a similar method years ago when I studied some LISP. It was a book published by Springer Verlag consisting solely..

Please advise on Ruby vs Python, for someone who likes LISP a lot

http://stackoverflow.com/questions/405165/please-advise-on-ruby-vs-python-for-someone-who-likes-lisp-a-lot

advise on Ruby vs Python for someone who likes LISP a lot I am a C developer slowly getting into web development... a C developer slowly getting into web development. I like LISP a lot but don't like AllegroCL and web frameworks available.. but don't like AllegroCL and web frameworks available for LISP. I am looking for more freedom and ability to do cool hacks..

PyObjc vs RubyCocoa for Mac development: Which is more mature?

http://stackoverflow.com/questions/426607/pyobjc-vs-rubycocoa-for-mac-development-which-is-more-mature

them a day to learn Objective C coming from C C Java or LISP Scheme or any of the 'newer' dynamic languages such as Ruby..

Code Golf: Finite-state machine! [closed]

http://stackoverflow.com/questions/4661818/code-golf-finite-state-machine

183 characters Haskell 192 characters 189 characters LISP 725 characters Perl 184 characters Bash 184 characters Rexx..