mirror of
https://github.com/janet-lang/janet
synced 2024-12-26 00:10:27 +00:00
typo fix
This commit is contained in:
parent
c815185574
commit
e51a391286
@ -284,7 +284,7 @@ Usually, one of a few reasons:
|
|||||||
Janet does not run on the JVM, and has a more primitive garbage collector.
|
Janet does not run on the JVM, and has a more primitive garbage collector.
|
||||||
- We want to keep the Janet core small. With Lisps, usually a feature can be added as a library
|
- We want to keep the Janet core small. With Lisps, usually a feature can be added as a library
|
||||||
without feeling "bolted on", especially when compared to ALGOL like languages. Adding features
|
without feeling "bolted on", especially when compared to ALGOL like languages. Adding features
|
||||||
to the core also makes it a bit more difficult keep Janet maximally portable.
|
to the core also makes it a bit more difficult to keep Janet maximally portable.
|
||||||
|
|
||||||
### Why is my terminal spitting out junk when I run the REPL?
|
### Why is my terminal spitting out junk when I run the REPL?
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user