summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.org15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.org b/README.org
new file mode 100644
index 0000000..6dd6a42
--- /dev/null
+++ b/README.org
@@ -0,0 +1,15 @@
+* cl-forth
+cl-forth, Forth gibi yığın bazlı bir programlama dili.
+
+Tsoding'in Porth (Forth in Python) serisinden esinlenme.
+[[https://www.youtube.com/playlist?list=PLpM-Dvs8t0VbMZA7wW9aR3EtBqe2kinu4][Porth playlist]]
+[[https://gitlab.com/tsoding/porth][gitlab]]
+
+* Yol Haritası
+koşullu dallanma (if)
+döngüler
+fonksiyon tanımı
+string literal
+
+* readme TODO
+örnek ekle vb.