Close

Clojure, Lisp

Lisp is a historical programming language created in 1958 by John McCarthy. It is a descendant of the programming language Scheme. Lisp is a symbol-manipulating language that uses symbols to represent data and code.

Clojure is a modern programming language created in 2007 by Rich Hickey. It is a dialect of the programming language Lisp. Clojure is a compiled language, which is converted into machine code before it is executed.

Emacs’ e Başlamak

Emacs' e Başlamak

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

How to Use Emacs, an Excellent Clojure Editor

How to Use Emacs, an Excellent Clojure Editor

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

The Most Common JVM Languages

java macos

A Java virtual machine (JVM) is a virtual machine that enables a computer to run Java programs. JVM is the core of the Java ecosystem. The JVM was initially designed to support only Java. However, as time passed, even more languages were adapted or intended to run on the Java platform. Any serious Java developer has to […]

Devamını Oku