index
:
alive
macros
main
stable
vector-math
wgsl-view
wip
experimental livecoding environment with persistent expressions
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
alv
/
base
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-09-03
expose Tag to Ops
s-ol
1
-1
/
+1
2025-04-07
template strings as syntax sugar for Ops
s-ol
2
-14
/
+4
2025-03-15
implement template strings
s-ol
2
-1
/
+14
2025-03-02
builtins: small bugfixes
s-ol
1
-0
/
+1
2025-03-02
base.match: predicate fn matching
s-ol
1
-14
/
+67
2025-03-02
rename Op:update_out → setup_out
s-ol
2
-2
/
+2
2025-03-02
lib: use Op:update_out
s-ol
1
-6
/
+3
2025-03-02
add Op:update_out and use in builtins
s-ol
2
-1
/
+23
2025-03-02
fix input caching/lazy ticking at evaltime
s-ol
1
-7
/
+3
2025-03-02
docs: update extension guide (PureOp)
s-ol
2
-2
/
+2
2025-03-02
docs: update extension guide (Op:fork, Op:poll)
s-ol
1
-0
/
+1
2025-03-02
allow top-level input in Op.inputs
s-ol
1
-13
/
+12
2025-03-02
add base.match.any shorthand
s-ol
2
-7
/
+25
2025-03-02
more overridable PureOp
s-ol
1
-12
/
+20
2025-03-02
alv.base.match: fix docs
s-ol
1
-2
/
+2
2025-03-02
remove IOStreams, support optional polling in Ops
s-ol
4
-9
/
+18
2025-03-02
support :vis() on builtins
s-ol
1
-0
/
+11
2025-03-02
Op: vis method instead of field
s-ol
1
-14
/
+20
2025-03-02
add vis field to Ops
s-ol
1
-2
/
+14
2025-03-02
store RTNode in Builtin
s-ol
1
-1
/
+12
2025-03-02
rename base.match.val → base.match.sig
s-ol
2
-13
/
+13
2025-03-02
fix some bugs
s-ol
2
-18
/
+5
2025-03-02
base.match: fix bug when repeating multi-element patterns
s-ol
1
-8
/
+9
2025-03-02
small internal doc fixes
s-ol
1
-0
/
+1
2025-03-02
pureops with arbitrary pattern
s-ol
2
-28
/
+25
2025-03-02
add and use PureOp
s-ol
2
-1
/
+59
2025-03-02
base.match: never recall by default
s-ol
1
-4
/
+3
2025-03-02
base.match: match constants as sigs
s-ol
2
-24
/
+41
2025-03-02
RTNode constifies constant SigStreams
s-ol
1
-4
/
+15
2025-03-02
make <num! 4> == <num= 4>
s-ol
1
-1
/
+3
2025-03-02
add types.T, fix spec + docs
s-ol
2
-17
/
+21
2025-03-02
more internal doc fixes
s-ol
1
-1
/
+1
2025-03-02
rename RTNode.value to RTNode.result (to match Result class)
s-ol
4
-22
/
+21
2025-03-02
add alv.type and spec
s-ol
2
-2
/
+10
2025-03-02
wip new type system and refactoring
s-ol
3
-34
/
+37
2020-04-26
fix registry/module bugs
s-ol
1
-1
/
+0
2020-04-24
code readability
s-ol
1
-2
/
+3
2020-04-24
remove AST:quote()
s-ol
1
-2
/
+2
2020-04-20
export and export* to create alive modules
s-ol
1
-1
/
+1
2020-04-14
move into proper Lua module (`alv`)
s-ol
6
-0
/
+777