about summary refs log tree commit diff stats
path: root/shell
Commit message (Expand)AuthorAgeFilesLines
* shell: reliable image renderingKartik K. Agaram2021-07-291-0/+1
* shell: rendering image definitionsKartik K. Agaram2021-07-291-1/+68
* shell: support loading 128x128px imagesKartik K. Agaram2021-07-286-10/+10
* shell: literal imagesKartik K. Agaram2021-07-283-1/+38
* saving definitions containing string literalsKartik K. Agaram2021-07-281-2/+0
* shell: second notation for string literalsKartik K. Agaram2021-07-281-5/+126
* shell: render image from pbm data streamKartik K. Agaram2021-07-272-0/+234
* .Kartik K. Agaram2021-07-261-1/+1
* game of life in lispKartik K. Agaram2021-07-262-29/+91
* .Kartik K. Agaram2021-07-262-9/+39
* gracefully trace large multi-dimensional arraysKartik K. Agaram2021-07-261-4/+10
* gracefully trace large arraysKartik K. Agaram2021-07-261-0/+8
* palette operations now a bit fasterKartik K. Agaram2021-07-261-7/+9
* .Kartik K. Agaram2021-07-261-0/+6
* .Kartik K. Agaram2021-07-261-3/+3
* shell primitive: initialize array of some sizeKartik K. Agaram2021-07-261-0/+78
* shell primitive: iset to mutate array at indexKartik K. Agaram2021-07-251-1/+104
* shell primitive: array indexKartik K. Agaram2021-07-251-1/+82
* shell: array typeKartik K. Agaram2021-07-254-1/+161
* .Kartik K. Agaram2021-07-251-9/+9
* .Kartik K. Agaram2021-07-251-5/+5
* .Kartik K. Agaram2021-07-251-4/+4
* shell: starting to implement arraysKartik K. Agaram2021-07-252-5/+65
* .Kartik K. Agaram2021-07-251-11/+10
* .Kartik K. Agaram2021-07-241-0/+3
* .Kartik K. Agaram2021-07-241-5/+4
* .Kartik K. Agaram2021-07-192-10/+3
* .Kartik K. Agaram2021-07-192-3/+71
* error message when trying to jump to primitiveKartik K. Agaram2021-07-191-0/+15
* .Kartik K. Agaram2021-07-191-9/+9
* .Kartik K. Agaram2021-07-191-21/+0
* .Kartik K. Agaram2021-07-191-1/+1
* render functions in MRU orderKartik K. Agaram2021-07-192-45/+70
* .Kartik K. Agaram2021-07-171-2/+2
* .Kartik K. Agaram2021-07-161-1/+1
* .Kartik K. Agaram2021-07-081-4/+4
* primitives for double-bufferingKartik K. Agaram2021-07-051-4/+152
* shell: fix clear on screensKartik K. Agaram2021-07-051-1/+1
* expose Mu implementation of 'bezier'Kartik K. Agaram2021-07-051-1/+256
* replace 'circle' with Mu implementationKartik K. Agaram2021-07-052-19/+161
* replace 'vline' with Mu implementationKartik K. Agaram2021-07-052-6/+162
* replace 'hline' with Mu implementationKartik K. Agaram2021-07-052-9/+165
* replace 'line' with Mu implementationKartik K. Agaram2021-07-052-32/+196
* .Kartik K. Agaram2021-07-051-1/+1
* .Kartik K. Agaram2021-07-051-140/+140
* reading from streamsKartik K. Agaram2021-07-034-22/+152
* alistsKartik K. Agaram2021-07-031-0/+13
* new primitive: cons?Kartik K. Agaram2021-07-031-1/+42
* .Kartik K. Agaram2021-07-031-5/+10
* .Kartik K. Agaram2021-07-031-4/+4
Added boothj5_slack theme' href='/danisanti/profani-tty/commit/themes/boothj5_slack?id=3666eb4fd7709d927de0dbdfc827c39d4ba39ca1'>3666eb4f ^
f0837abf ^
3666eb4f ^

abc2f0de ^
3666eb4f ^

f0837abf ^
3666eb4f ^
f4759cf3 ^

f0837abf ^



3666eb4f ^





84ccee20 ^
3666eb4f ^
f0837abf ^
72c1c496 ^
bab75cae ^
d3cc5bd7 ^




1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143