You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(erlang was also cool like that, maybe look at it again)
14
14
15
-
played at all with sounds fairly diff, cool in that syate very explicty very cool
15
+
played at all with sounds fairly diff, cool in that syate very explicitly very cool
16
16
17
17
i assume you've seen how objc- does it?
18
18
@@ -22,7 +22,7 @@ I was guessing it would use font, but I was wrong
22
22
23
23
or font or something
24
24
25
-
check out Darius's halp - for editor <-> repl interaction without the repl
25
+
check out Darius's help - for editor <-> repl interaction without the repl
26
26
27
27
I going to get some food
28
28
@@ -33,10 +33,10 @@ this could also be pass this message
33
33
34
34
right now it's not realtime it blocks on getting an event, and has no timer events or - butit'd be nice to change
35
35
36
-
I thoguht the simpler model was perfect for a repl - wait until user does somethign - but code can do anything
36
+
I thoguht the simpler model was perfect for a repl - wait until user does something - but code can do anything
37
37
which way?
38
38
39
-
I guess I don't wan tto deal with threads unless each thread is an event driven loop <- I just don't hvae this yet
39
+
I guess I don't want tto deal with threads unless each thread is an event driven loop <- I just don't have this yet
40
40
41
41
right now it's a single thread of execution
42
42
@@ -51,7 +51,7 @@ run code
51
51
run code
52
52
oh code wants to read on stdin - so this is a greenet, suspend execution and
53
53
54
-
the realization I had was that in bptuhon-curtiess I 'm also emulating the terminal - I'm responsible for colelcting that the user hit a key at *any* time, not jsut during input
54
+
the realization I had was that in bptuhon-curtiess I 'm also emulating the terminal - I'm responsible for colelcting that the user hit a key at *any* time, not just during input
55
55
56
56
so it really feels like an evented system? - at least queues and messaging and things
57
57
@@ -90,8 +90,8 @@ could you only have i
90
90
91
91
deeplly immutable - E
92
92
not obvious what this does
93
-
then it's a boolean thing, so presence is enought
94
-
shoudl be documentation of that
93
+
then it's a boolean thing, so presence is enough
94
+
should be documentation of that
95
95
96
96
self.atts is a dictionary of {fg:blue, bg:red, bold:Trueo
97
97
@@ -101,7 +101,7 @@ I'm actually paying lea A. (hs'er) to make a logo! So if I ha
101
101
102
102
Also if bpython starts to use this as ath main thing, I'lll need to work on cleanign it up.
103
103
104
-
I guess so I don't have release things set up - I could give you github comit access for this and just put it on another brnach for now?
104
+
I guess so I don't have release things set up - I could give you github commit access for this and just put it on another branch for now?
105
105
106
106
git pull upstream
107
107
@@ -110,11 +110,11 @@ the readme is the only docs right now
110
110
111
111
mostly tests
112
112
113
-
I wrote the whole thing tried to do it clearly, then had performnace problems and went
113
+
I wrote the whole thing tried to do it clearly, then had performance problems and went
114
114
115
115
just python slice bookkeeping
116
116
117
-
it's poorly named, it doens't accomplish that - it's just
117
+
it's poorly named, it doesn't accomplish that - it's just
0 commit comments