Open ingydotnet opened 1 year ago
Might change this list depending on results from #9
Also I had a note to add these soon:
Some old to do notes:
ns-publics
Returns a map of the public intern mappings for the namespace.
.var-get
Gets the value in the var objectvar-set
Sets the value in the var object to val
.ns-unmap
Removes the mappings for the symbol from the namespace.remove-ns
Removes the namespace named by the symbol. Use with caution.
Cannot be used to remove the clojure namespace.
.(ns :require :refer :use :import)
.meta
Returns the metadata of obj, returns nil if there is no metadatavary-meta
Returns an object of the same type and value as obj, with (apply f (meta obj) args) as its metadatawith-meta
Returns an object of the same type and value as obj, with map m as its metadata
.binding
with-bindings
intern
bean
Takes a Java object and returns a read-only implementation of the map abstraction based upon its JavaBean propertiesSee #6
From this list https://raw.githubusercontent.com/lispcast/lispcast.github.io/master/files/clojure-analysis-results.csv
Implement the top function that are in clojure.core and not yet in lingy.core.