
Chubak-λx.xx
@CHLangDev
Followers
37
Following
27
Media
72
Statuses
620
UNIX systems development, compiler and interpreter implementation, lexing and parsing, logical formalism and computation theory, information theory, V&V.
(call/cc life)
Joined December 2023
I have been working on a line-oriented text editor in C for the past few days. What I have so far is up for your review. Tell me what you think:
github.com
A line-oriented text editor (similar to ed(1) and ex(1)) - Chubek/cheddar
0
0
0
RT @alexisohanian: Something becoming abundantly clear: AI won’t take your job. Someone using AI better than you will.
0
523
0
Text buffer data structure for my line-oriented text editor, #cheddar. This structure is often dubbed as a 'rope'. The `weight` field holds either: 1- `length` of a `leaf` node, 2- total `lengths` of the left branch of `internal`. `weight` makes traversal based on size easier.
0
0
0
I find Metamathematics to be the most exhilarating subsection of mathematics. Mostly because I am yet to find a solid definition of it, and that, in itself, is #meta.
0
1
1