Skip to content
Snippets Groups Projects
Select Git revision
  • 86c7893bf29a5a3ea94bb585ba68dc13ae4e3251
  • main default protected
  • idacs_experiments
  • postgres_idacs
  • memgraph_fabian
  • postgres_julian
  • dev_ma
  • test_results
  • FZ_changed_code
  • FZ_Memgraph
10 results

docker-compose.yml

Blame
  • optimize.mac.template NaN GiB
    /* Lisp is able to save a snapshot of its current state to a file.
       Credit goes to:
       https://github.com/maths/moodle-qtype_stack/blob/master/doc/en/CAS/Optimising_Maxima.md */
    
    load("${ASSETS}/maximalocal.mac");
    load("${ASSETS}/maxima-fork.lisp");
    load("${LIB}/stackmaxima.mac");
    load(stats);
    load(distrib);
    load(descriptive);
    load(simplex)
    :lisp (sb-ext:save-lisp-and-die "maxima-optimised" :toplevel #'run :executable t)