Tag: Programming
zk-phi releases two perhaps necessary packages for Emacs
You may not be totally sure why, but you will immediately feel like you ought to install the following two packages for Emacs:
[indent-guide] show vertical lines to guide indentation
[highlight-stages] highlight staged (quasi-quoted) expressions
Problems installing (M)ELPA packages
In Problems installing (M)ELPA packages Sebastien wrote:
While using `package.el’ fulfills a long-awaited dream for easily adding and upgrading Emacs libraries, I now feel upgrading packages is much more complex than what I anticipated.
At least two of the packages I use daily (Org and Helm) require to be installed from inside a fresh Emacs session (emacs -Q), where nothing has been loaded.
I had wondered but never found out why one must follow this approach when installing org from scratch. Good to know!
elpakit
Testing Emacs Packages: surprisingly non-awful
Testing Emacs Packages: surprisingly non-awful is a nice example of one approach to testing Emacs Lisp.
Malbolge
Malbolge looks like a fun programming language.
(Go Lang) The Go Developers Almanac
Go is a very enticing language. Not having taken more than a light jump into it, it has all the brevity of what I remember as a student learning C combined with the modern library support of Python today. Wanting to find the Go equivalent of The Java Developers Almanac, I ended up at socketloop.com. It has short and sweet articles, just like the language, and just like the author.
Running CLIPS on Android
Via here: CLIPS4Android and DROID-CLIPS
CLIPS Language Support for Visual Studio
Very sweet.
The Standard Function Library
The SFL (Standard Function Library) from iMatix is a portable function library for C/C++ programs. The SFL is the result of many years’ development, and is provided as Open Source software for the benefit of the Internet community.
The SFL provides about 450 functions that cover these areas:
Compression, encryption, and encoding;
Datatype conversion and formatting;
Dates, times, and calendars;
Directory and environment access;
User and process groups;
Inverted bitmap indices;
Symbol tables;
Error message files;
Configuration files;
String manipulation and searching;
File access;
Internet socket access;
Internet programming (MIME, CGI);
SMTP (e-mail) access;
Server (batch) programming;
Program tracing.
It is free software.