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
/
spec
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
wip for release
vector-math
s-ol
2022-02-02
17
-0
/
+103
|
*
wip vector math
s-ol
2022-02-02
1
-0
/
+70
|
*
add thread-first/thread-last macro + spec
s-ol
2021-05-01
1
-0
/
+25
|
*
rename array/struct modules to avoid name conflict
s-ol
2021-05-01
2
-2
/
+2
|
*
have alv-lua modules return Results, not plain tables
s-ol
2020-09-04
1
-2
/
+3
|
*
reroll RTNode tests
s-ol
2020-09-04
1
-90
/
+105
|
*
remove IOStreams, support optional polling in Ops
s-ol
2020-09-04
1
-37
/
+1
|
*
move struct ops into library
s-ol
2020-08-21
2
-2
/
+2
|
*
move array ops into library, implement concat and size
s-ol
2020-08-21
2
-29
/
+49
|
*
dirty (insert) implementation
s-ol
2020-08-20
2
-2
/
+2
|
*
implement (set) as per spec
s-ol
2020-08-19
2
-9
/
+9
|
*
add (failing) struct spec
s-ol
2020-08-19
1
-0
/
+51
|
*
add (failing) array spec
s-ol
2020-08-19
2
-0
/
+128
|
*
add TestPilot:eval_once
s-ol
2020-08-19
4
-33
/
+28
|
*
spec/lang/do
s-ol
2020-08-14
3
-8
/
+41
|
*
spec/lang/fn
s-ol
2020-08-14
2
-5
/
+62
|
*
throw TestPilot errors instead of logging
s-ol
2020-08-14
1
-3
/
+30
|
*
start working on language spec
s-ol
2020-08-14
2
-6
/
+53
|
*
separate Module and IO code
s-ol
2020-08-14
1
-6
/
+4
|
*
document and spec Type member fields
s-ol
2020-08-14
1
-0
/
+17
|
*
rename base.match.val → base.match.sig
s-ol
2020-05-27
2
-48
/
+48
|
*
indexing into types
s-ol
2020-05-21
1
-0
/
+24
|
*
add PureOp spec
s-ol
2020-05-21
3
-3
/
+141
|
*
base.match: fix bug when repeating multi-element patterns
s-ol
2020-05-21
1
-0
/
+9
|
*
move copilot logic, make startup scripts lua
s-ol
2020-05-15
2
-2
/
+1
|
*
base.match: never recall by default
s-ol
2020-05-12
1
-3
/
+3
|
*
EvtStream:set(nil) doesnt set :dirty
s-ol
2020-05-12
1
-0
/
+17
|
*
base.match: match constants as sigs
s-ol
2020-05-12
1
-18
/
+66
|
*
RTNode constifies constant SigStreams
s-ol
2020-05-12
3
-22
/
+55
|
*
make EvtStreams carry a single value
s-ol
2020-05-11
4
-12
/
+117
|
*
make <num! 4> == <num= 4>
s-ol
2020-05-10
2
-2
/
+22
|
*
add and test Type:eq(a,b)
s-ol
2020-05-10
1
-15
/
+44
|
*
test alv.type pp
s-ol
2020-05-10
1
-2
/
+16
|
*
make tostring Scope deterministic and test it
s-ol
2020-05-10
1
-0
/
+17
|
*
add types.T, fix spec + docs
s-ol
2020-05-09
7
-133
/
+193
|
*
add shorthands for builtin primitives to Primitive
s-ol
2020-05-08
1
-18
/
+18
|
*
rename RTNode.value to RTNode.result (to match Result class)
s-ol
2020-05-08
5
-84
/
+82
|
*
add alv.type and spec
s-ol
2020-05-08
7
-13
/
+54
|
*
wip new type system and refactoring
s-ol
2020-05-08
9
-291
/
+371
|
|
|
|
|
|
|
- Result -> RTNode - Stream -> Result - ValueStream -> SigStream - EventStream -> EvtStream
*
fix existing tests
s-ol
2020-04-26
6
-34
/
+55
|
*
code readability
s-ol
2020-04-24
1
-4
/
+4
|
*
remove AST:quote()
s-ol
2020-04-24
2
-26
/
+0
|
*
better logging interface
s-ol
2020-04-24
8
-8
/
+8
|
*
move spec out of spec/core
s-ol
2020-04-14
10
-31
/
+31
|
*
spec base.match __tostring
s-ol
2020-04-13
1
-7
/
+32
|
*
rename Action to Builtin
s-ol
2020-04-12
1
-4
/
+4
|
*
add :metatype() fwd to Input
s-ol
2020-04-12
1
-0
/
+3
|
*
add match spec
s-ol
2020-03-25
2
-189
/
+215
|
*
Value -> Value/Event/IO-Stream
s-ol
2020-03-24
7
-291
/
+236
|
|
|
|
Close 12
*
more Errors, doc
s-ol
2020-03-22
1
-17
/
+11
|
[next]