Glad to know that Go has a Planet feed.
Tag: Language
(Go Lang) On YouTube: Why Go is a good programming language to learn
Why Go is a good programming language to learn talks about how Go has the library support and programming conveniences of Python with the speed of C.
Fix For When Bash Can’t Find Its Debugger On macOS
Sometimes Bash needs its debugger but it can’t find it. It looks like this:
/usr/share/bashdb/bashdb-main.inc: No such file or directory -bash: warning: cannot start debugger
For example when you start bashdb
yourself with bash --debugger
or set shopt -s extdebug
. Another example is when your terminal turns it on.
Here is the fix that worked on my box:
brew install bashdb
bashhome=$(brew –prefix bash)
bdbhome=$(brew –prefix bashdb)
ln -s $bdbhome/share/bashdb $bashhome/share/bashdb
unset bashhome
unset bdbhome
Bash 4.4 Is Released
See here.
macOS people maybe update now.
Dolphin Smalltalk 7 is Open Source
Here is the announcement. Most delightful Smalltalk interpreter ever.
C Resources on Reddit
https://www.reddit.com/r/cprog.rss
- /r/cprog – the cold, hard truth
- r/cprog
https://www.reddit.com/r/c_language/.rss
- The C programming language
- r/c_language
https://www.reddit.com/r/cprogramming/.rss
- Old’scool C Programming Reddit
- r/cprogramming
https://www.reddit.com/r/C_Programming/.rss
- C
- r/C_Programming
A Scheme Interpreter in Forth
This is an interpreter for a really simple dynamically scoped Scheme dialect. It only runs with Gforth, because it uses Gforth’s structs to implement its data structures.
Update macOS 10.9 to use Bash Version 4
http://buddylindsey.com/upgrade-bash-to-4-on-os-x/” but I can’t get the page to load anymore ??.
: The steps for this post were “A R7RS Small Scheme Timeline
No opinions here, just events.[[http://www.wisdomandwonder.com/wordpress/wp-content/uploads/2014/05/SchemeTimeline-1024×302.png]]