Great, thank you! BTW * Will somebody update the Wikipedia page?
* The docker image just built with ease: https://hub.docker.com/r/nilqed/fricas/ ============ Pull and run ============ $ docker pull nilqed/fricas Using default tag: latest latest: Pulling from nilqed/fricas 38e2e6cd5626: Pull complete 705054bc3f5b: Pull complete c7051e069564: Pull complete 7308e914506c: Pull complete 7d2d2b74b341: Pull complete e4fc773ac367: Pull complete Digest: sha256:00297a8eebe7c422ed4f8ef3f63a472e2f26950541387d6c55b47319f95adef0 Status: Downloaded newer image for nilqed/fricas:latest $ docker images REPOSITORY TAG IMAGE ID CREATED SIZE nilqed/fricas latest b5de5b7aae14 36 minutes ago 1.22GB $ docker run -t -i nilqed/fricas fricas -nox Checking for foreign routines AXIOM="/usr/local/lib/fricas/target/x86_64-linux-gnu" spad-lib="/usr/local/lib/fricas/target/x86_64-linux-gnu/lib/libspad.so" foreign routines found openServer result 0 FriCAS Computer Algebra System Version: FriCAS 1.3.5 Timestamp: Sun Feb 3 18:21:59 UTC 2019 ----------------------------------------------------------------------------- Issue )copyright to view copyright notices. Issue )summary for a summary of useful system commands. Issue )quit to leave FriCAS and return to shell. ----------------------------------------------------------------------------- (1) -> )version Value = "FriCAS 1.3.5 compiled at Sun Feb 3 18:21:59 UTC 2019" (1) -> )lisp (lisp-implementation-type) Value = "SBCL" (1) -> )lisp (lisp-implementation-version) Value = "1.4.5.debian" (1) -> )lisp (require :asdf) Value = ("uiop" "UIOP" "asdf" "ASDF") (1) -> D(x^n,n,2) 2 n (1) log(x) x Type: Expression(Integer) (2) -> )q On 03.02.2019 17:09, Waldek Hebisch wrote: > This is copy of the annoucemnt I posted in newsgroups: > > FriCAS is an advanced computer algebra system. Its capabilities > range from calculus (integration and differentiation) to abstract > algebra. It can plot functions and has integrated help system. > > FriCAS 1.3.5 should build on Linux and many Unix like systems (for > example Mac OSX and Cygwin). FriCAS is build on top of Common Lisp; > several Lisps can compile and run FriCAS -- currently supported are > GCL, SBCL, Clisp, ECL, Closure CL (former OpenMCL). > -- You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/fricas-devel/1d9d4a04-1489-f879-f2ca-8798359540d0%40gmail.com. For more options, visit https://groups.google.com/d/optout.
