index
:
fennel-cljlib
master
Public repository: fennel-cljlib
Donnie West
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core.fnl
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix(core): rename vec to vector
Andrey Orst
2020-11-09
1
-18
/
+18
*
feature(core): add hash-map function, and assoc meta to tables
Andrey Orst
2020-11-08
1
-4
/
+15
*
feature(core): add metadata based type inspection for tables, and empty macro
Andrey Orst
2020-11-08
1
-23
/
+38
*
feature(macros): add metadata macros, doc, and some tests
Andrey Orst
2020-11-08
1
-2
/
+2
*
fix(core): reorder docstring and arglist for fin& definitions
Andrey Orst
2020-11-05
1
-30
/
+65
*
feature(core): add math and comparison functions
Andrey Orst
2020-11-02
1
-10
/
+87
*
fix(core): optimize some doublework places
Andrey Orst
2020-11-02
1
-6
/
+6
*
feature(core): more multimethod related functions
Andrey Orst
2020-11-02
1
-0
/
+25
*
fix(core): more robust version of concat
Andrey Orst
2020-11-01
1
-2
/
+6
*
fix: no need to prefix private fns with -
Andrey Orst
2020-10-31
1
-24
/
+22
*
fix(core): add docstrings and improve tests
Andrey Orst
2020-10-30
1
-2
/
+2
*
fix: fix get-in function and tests
Andrey Orst
2020-10-29
1
-5
/
+9
*
feature: functions to access table values
Andrey Orst
2020-10-29
1
-0
/
+20
*
feature(code): greatly improve code coverage
Andrey Orst
2020-10-28
1
-16
/
+14
*
fix: dirty fix for coverage script
Andrey Orst
2020-10-28
1
-2
/
+2
*
feature(core): implement auto namespacing for fn* and create fn&
Andrey Orst
2020-10-27
1
-93
/
+87
*
feature(core): add assoc function & test
Andrey Orst
2020-10-26
1
-1
/
+16
*
feature: refactoring
Andrey Orst
2020-10-26
1
-42
/
+47
*
feature: refactoring
Andrey Orst
2020-10-25
1
-104
/
+131
*
feature(core functions): Added more core functions
Andrey Orst
2020-10-24
1
-48
/
+139
*
add predicates for checking maps and seqs; add COC, and update doc
Andrey Orst
2020-10-24
1
-6
/
+19
*
more functions
Andrey Orst
2020-10-24
1
-29
/
+60
*
remove naming convention that doesn't matter anymore because of seq
Andrey Orst
2020-10-24
1
-37
/
+37
*
guard table insertions with when-some to prevent nils
Andrey Orst
2020-10-24
1
-9
/
+17
*
Changes
Andrey Orst
2020-10-23
1
-64
/
+59
*
changes
Andrey Orst
2020-10-22
1
-7
/
+7
*
implement into as a macro
Andrey Orst
2020-10-22
1
-13
/
+0
*
add more functions and doc
Andrey Orst
2020-10-21
1
-4
/
+16
*
added more macros, and functions to the `core` modules
Andrey Orst
2020-10-21
1
-28
/
+91
*
replace reduce3 with arity call
Andrey Orst
2020-10-21
1
-8
/
+5
*
use fn* instead of fn
Andrey Orst
2020-10-21
1
-79
/
+80
*
initial commit
Andrey Orst
2020-10-20
1
-0
/
+163