Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. # alias Add an alias in the current namespace to another namespace. Arguments are two symbols: the alias to be used and the symbolic name of the target namespace. ### Syntax <code> (alias aliasname namespace-name) </code> ### Example <code> (ns clojure.examples.example (:require [clojure.set :as set]) (:gen-class)) (defn example [] (alias 'string 'clojure.examples.hello)) (example) </code> ## Refs - https://www.tutorialspoint.com/clojure/clojure_alias.htm open/alias.txt Last modified: 2024/10/05 06:15by 127.0.0.1