Coding My Own Text Editor Again (Ded S02E01)

preview_player
Показать описание
References:
Рекомендации по теме
Комментарии
Автор

I think it would be really cool if you did Advent of Code using only tools that you built: text editor (ded), programming language (porth), ...

alexs
Автор

the most impressive skill this man has in my opinion is to be able to code without having a colorful code

gustavoh
Автор

You know you're nuts when you code your own text editor.

biggestthreattoyourexistence
Автор

1:57 „… like all other text editors…“
Vim:

Zwiebelgian
Автор

It's nice to see the way of thinking and the insights of a fellow developer :)

One small note: your way of handling line ends assumes that EOL is always one character. You may want to reconsider that, in order to be able to handle files with '\r\n'

mitya
Автор

Awesome stream, thank you thank you thank you!

peduran
Автор

About the limits of C around 46:00. I never thought about it, but I would love to see what Tsoding thinks about using a subset of C++ just to overcome C limitations, since C++ is meant to be compatible with C.

ecosta
Автор

The text editor I coded added nothing original, but yours actually inovated the ehole concept by using a dynamic camera system. It may not be the most practical thing but it's very cool and unique, I don't like the rainbow color and would like a green crt glow instead but that's a good start. By taking some inspiration from the cool retro terminal this project could really shine.

amosnimos
Автор

YATTSE - Yet Another Text TSoding Editor

CarterColeisInfamous
Автор

I was kinda hoping this would involve some sort of interacting with a piece table. I guess the point of this isn't necessarily to make an absurdly efficient editor though.

j-wenning
Автор

Hello, great video. I just want to point out (idk how to say it politely, but I dont want to offend you) you have or youtube has a mistake in references. The link to rope data structure is missing ")", but it is actually written after the link.

Tiger_CZ
Автор

41:06
i did not expect that reference

IveGotBeef
Автор

Okay, in my mind noed, cannonically stands for 'no one escapes ded'

luizfelipeg.
Автор

the 2nd link in description is missing the closing bracket

alexvitkov
Автор

Hey man, I was looking for a great place to start learning python (or how and where to learn it) and I was wondering if you have any good places that you know of that I can learn? Nice video BTW

nvpyt
Автор

What did you use to do that zoom in and highlight with your mouse at 0:20 ?

energyman
Автор

7:30 Why store the location of \n, when \n always == (the next line's start position - 1)?

D-V-O-R-A-K
Автор

7:02 I haven't finished yet, but couldn't you just store the indices to the beginning of each line? The next newline is just at the next `lines` index minus one.

NateROCKS
Автор

He is using hhkb that's a great keyboard!

abrarmasumabir
Автор

seems like Apple epic keynote shit. :o
"One more thing to C"

ltvnf