Search
Translate / Traduci
-
Available even in U.S.A. Support Gioorgi Editorial Board
June 2023 M T W T F S S 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 Gioorgi EverGreen
Tag Archives: lisp
Emacs absolute minimum setup
Sometimes I need a very very fast start on emacs. If you have the same need, put this in your init.el and live happy: (cua-mode) (setq select-active-region nil) (setq mouse-drag-copy-region t) (global-set-key [mouse-2] 'mouse-yank-at-click)
OOP is the your new legacy
Today I took a light rail with my son, to bring him to school. That tram is 90 years old. It has been maintained for 90 years. Milan city sold some of them to San Francisco too.
Posted in English Content, Programming languages, Software
Tagged analytics, Charles Scafani, cloud, erlang, functional programming, ideas, java, javascript, lisp, ramblings, San Francisco
Comments Off on OOP is the your new legacy
Pandoc: your secret best friend in document translation
Pandoc is an universal document converter to convert Markdown, Org-Mode, Html, Word documents from one markup format into another After using different tools, (including GNU info and SGML). I find out pandoc vert handy.
Posted in English Content, Knowledgebase
Tagged docx, haskell, lisp, orgmode, pandoc, tools
Comments Off on Pandoc: your secret best friend in document translation
Learning Emacs Lisp: the fast track!
Ops I did it again. Although I repeatedly said I didn’t love emacs Lisp, I finally managed to learn it. So I want to share with you my tips, to help entering in the Emacs Lisp world in a fast, … Continue reading
Posted in English Content
Tagged cool, elisp, elnode, emacs, ideas, lisp, nice, programming
Comments Off on Learning Emacs Lisp: the fast track!
(How to Write a (Lisp) Interpreter (in Python))
I like a lot of programming languages. I do not love them with the same intensity. I do not love Lisp for its ((syntax))), but Lisp rocks for its purity: in a tiny bag of concept, you get a lot … Continue reading
Posted in English Content, IT Featured, Programming languages, Python, Software
Tagged lis.py, lisp, python
Comments Off on (How to Write a (Lisp) Interpreter (in Python))
Clojure Review
Book review by Stefano Fago: This book introduce one of most interesting language of new wave of functional programming. You will find a complete overview of clojure language focusing in functional paradigm that can be the real obstacle for a … Continue reading
Posted in English Content, Knowledgebase, Reviews
Tagged books, clojure, development, java, lisp, oreilly
Comments Off on Clojure Review
pyparsing review
Review of "Getting Started with Pyparsing", Copyright © 2008 O'Reilly Media, Inc.
ISBN: 9780596514235
Released: October 4, 2007
Continue reading