The Genesis of Lisp Lisp, an acronym for “List Processing”, emerged in the late 1950s, making it one of the oldest high-level programming languages. Conceived by John McCarthy at MIT, Lisp was initially designed for artificial intelligence research. Its unique structure, based on symbolic expression processing, set it apart from […]
Devamını Oku
Vim (Vi IMproved) is a text editor programmers and system administrators use. It is a command-line-based editor that is available on a wide range of platforms, including Linux, macOS, and Windows. Vim is known for its efficient use of keystrokes, which allows users to perform many everyday editing tasks without […]
Devamını Oku
GitHub Atom is a text editor that GitHub develops. It is an open-source editor built on the Electron framework, allowing it to run on multiple platforms, including Linux, macOS, and Windows. Atom is known for its extensibility, with many plugins enabling users to customize and extend the editor’s functionality. It […]
Devamını Oku
Yeni arkadaşlara faydası olması için kendi araç kutumu açıklıyorum 🙂 PENCIL Flowchart, akış diagramlarını hazırlamak için çok pratik bir araçtır. Pencil kurumsal site TRELLO Tek başımıza dahi olsak, çevik yöntemleri uygulamaya devam edelim. Yalnız çalışmak, takım üyesi olmaktan daha fazla disiplini gerektiriyor. Kendi işlerinizi kendiniz izleyeceksiniz. TRELLO görsel […]
Devamını Oku
Emacs’ i kuru 🙂 haliyle kullanmanızı önermiyorum. Başlangıç olarak MELPA paket listesini kurabilirsiniz. MELPA’ ı kurmak için Emacs’ in TLS desteği sağlaması gerekiyor. Bildiğim kadarıyla yeni kurulumlarda otomatik olarak geliyor. Yaklaşık script aşağıdaki gibi olacaktır. Melpa’ nın sitesi https://melpa.org/#/getting-started Emacs Lsp sayfası https://emacs-lsp.github.io/lsp-dart/
Devamını Oku
Emacs is the ideal environment to work in any Lisp dialect. I am using Emacs with Flutter, Lisp, and Clojure. I found a great article to set up Emacs for Clojure. The full article is on the How to Use Emacs, an Excellent Clojure Editor at BraveClojure On your journey to […]
Devamını Oku
GNU Emacs is a text editor that programmers and researchers widely use. It is an extensible, customizable, self-documenting editor available on various platforms, including Linux, macOS, and Windows. Emacs is known for its powerful and flexible editing capabilities and its support for a wide range of programming languages and tools. […]
Devamını Oku
Emacs için ayrıntılı bir yazı hazırlarken bazı yararlı linkleri buraya asıyorum. Açıklama Adres Bir yazılımcı için olmazsa olmaz ilk liste ve dağıtım prelude olabilir. https://prelude.emacsredux.com/en/latest/#emacs-prelude Prelude github adresi https://github.com/bbatsov/prelude Awesome Emacs https://github.com/emacs-tw/awesome-emacs Real Python’ da yeralan makale nin nkodları https://github.com/realpython/materials/tree/master/emacs-the-best-python-editor MELPA listesi https://melpa.org/#/ Emacs at Real Python https://realpython.com/emacs-the-best-python-editor/ ELPA listesi […]
Devamını Oku
I can’t live without this. GNU Emacs is a highly customizable and extensible text editor in the GNU Project. Developed by Richard Stallman and his Free Software Foundation (FSF) team, GNU Emacs is known for its powerful features and flexibility, making it a popular choice among programmers, writers, and other […]
Devamını Oku
To run emacs, just type emacs filename where filename is the file you want to edit. On PowerPC desktop or any workstations with X windows, you may want to put the emacs session into background so that you can still use the current xterm window, just type emacs filename & Once you […]
Devamını Oku