File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ All my devlog entries, neatly organized.
1111---
1212
1313## 📅 2025 Logs
14+ - [ 2025-12-07 — Devlog #54 ] ( {{site.baseurl}}/logs/2025-12-07/ )
1415- [ 2025-12-03 — Devlog #53 ] ( {{site.baseurl}}/logs/2025-12-03/ )
1516- [ 2025-12-02 — Devlog #52 ] ( {{site.baseurl}}/logs/2025-12-02/ )
1617- [ 2025-11-28 — Devlog #51 ] ( {{site.baseurl}}/logs/2025-11-28/ )
Original file line number Diff line number Diff line change @@ -79,4 +79,4 @@ import anyName from './module.js';
7979
8080---
8181
82- [ ← Previous] ( {{site.baseurl}}/logs/2025-12-02/ )
82+ [ ← Previous] ( {{site.baseurl}}/logs/2025-12-02/ ) | [ Next → ] ( {{site.baseurl}}/logs/2025-12-07/ )
Original file line number Diff line number Diff line change 1+ ---
2+ layout : default
3+ permalink : /logs/2025-12-07/
4+ ---
5+
6+ # Devlog - 2025-12-07
7+
8+ ## 🚀 What I Did
9+
10+ - Build you own shell(codecrafters - still in progress.)
11+
12+ ## 🧠 What I Learned
13+
14+ ### REPL
15+
16+ A REPL (Read-Eval-Print Loop) is an interactive loop that forms the core of a shell. It follows a repeating cycle:
17+
18+ - Read: Display a prompt and wait for user input
19+ - Eval: Parse and execute the command
20+ - Print: Display the output or error message
21+ - Loop: Return to step 1 and wait for the next command
22+
23+ ## 🔥 What's Next
24+
25+ - codewars.
26+ - theory.
27+ - FCC.
28+
29+ ---
30+
31+ [ ← Previous] ( {{site.baseurl}}/logs/2025-12-03/ )
You can’t perform that action at this time.
0 commit comments