Understanding Scope

Is the code from the previous page still in scope?

john

No. The scope of definitions for Klipse is only the page.

We can hide code from the page and include it in the evaluation

a

Lets include some external libs


(ns my.combinatorics
 (:require [clojure.math.combinatorics :refer [permutations]]))

(permutations [1 2 3])

results matching ""

    No results matching ""