amd63 20.12.2012 15:16 Azoth

"This is because sbcl, gentoo-init, asdf, asdf-binary-locations in the main tree are inconsistent (versions which really work can be installed from the lisp overlay). The set of developers in the common-lisp herd is nearly empty, and the situation will not improve."

1. 0xd34df00d 20.12.2012 15:16 Azoth_mac

Просто лисп никому не нужен.

2. amd630xd34df00d /1 20.12.2012 15:17 Azoth

ну вот смотри — нежная дружба лиспа и питона:
File "/usr/lib64/python2.7/site-packages/sage/interfaces/maxima_lib.py", line 80, in <module>
ecl_eval("(require 'maxima)")
File "ecl.pyx", line 1244, in sage.libs.ecl.ecl_eval (sage/libs/ecl.c:7044)
File "ecl.pyx", line 1259, in sage.libs.ecl.ecl_eval (sage/libs/ecl.c:6981)
File "ecl.pyx", line 259, in sage.libs.ecl.ecl_safe_eval (sage/libs/ecl.c:2803)
RuntimeError: ECL says: Module error: Don't know how to REQUIRE MAXIMA.

3. amd63amd63 /2 20.12.2012 15:19 Azoth

ECL is an embeddable Common Lisp implementation. dev-lisp/ecls

5. amd63 20.12.2012 15:24 Azoth

Во, обновил максимку, теперь
> (require 'maxima)

;;; Loading #P"/usr/lib64/ecl-12.12.1/maxima.fas"
;;; Loading #P"/usr/lib64/ecl-12.12.1/sb-bsd-sockets.fas"
;;; Loading #P"/usr/lib64/ecl-12.12.1/sockets.fas"
("SB-BSD-SOCKETS" "SOCKETS" "MAXIMA")

6. amd63 20.12.2012 16:06 Azoth

7. amd63amd63 /6 20.12.2012 16:07 Azoth

Вот когда оно до строки с solve([p1,p2],x,y) доходит, оно лезет в свежую обновлённую максимку, и ужо оттуда вылезают 4/5*sqrt(5) + 1 и т.д.

8. amd63 20.12.2012 17:52 Azoth

Кстати, непонятно, зачем максимка, если упомянутая в #tffzns сюмпа даёт те же ответы:
import sympy
p1 = sympy.Point(1,2)
p2 = sympy.Point(-1,1)
c1 = sympy.Circle(p1, 3)
c2 = sympy.Circle(p2, 2)
sympy.intersection(c1, c2) → [Point(-1 + 2*sqrt(5)/5, -4*sqrt(5)/5 + 1), Point(-1 — 2*sqrt(5)/5, 1 + 4*sqrt(5)/5)]

Что-то они там в саже перемудрили...

9. amd63 20.12.2012 18:01 Azoth

http://en.wikipedia.org/wiki/Bill_Schelt... — душераздирающая история путешествия в Россию :(

10. amd63amd63 /9 20.12.2012 18:16 Azoth

ftp://ftp.ma.utexas.edu/pub/netmath/netm... код этого профессора. Обратите внимание на Side Effects после Results!

Do you really want to delete ?