programming

All posts tagged programming

spiralofhope logo 768x768-white-background

The Chain of Trust >

When it comes to all the fancy software tools out there, I’m finding myself becoming more and more luddite.

I’ve learned through reading and discussion many ways on how to handle data. It’s something I’m always interested in. However, the one thing that I’ve learned – and sometimes the hard way – is that no matter how awesome your handling of your data it all falls to pieces when your tools break.



Continue Reading

Software > Programming >

https://www.exept.de/en/smalltalk-x.html

Smalltalk/X, a product from eXept Software AG, is a complete implementation of the programming language Smalltalk, class library and development environment, providing:

  • An object-oriented programming language
  • Graphic development environment with editors, browsers, debuggers, GUI builders, etc.
  • Incremental compilation, byte code interpreter and dynamic (just in time) compiler
  • Static compilation and DLL generation, controlled by make-files
  • Comprehensive class library with ready-to-use modules for applications
  • Open Smalltalk source code.

Continue Reading

Software > Ruby > Ruby web programming >

(on Wikipedia)
https://github.com/ruby/webrick [ 1 ] was http://www.webrick.org/

A Ruby library program to build HTTP servers.

Mongrel is reportedly faster/cooler.

Continue Reading

Software >
Ruby > Ruby web programming > Mongrel

(on Wikipedia)
https://rubygems.org/gems/mongrel

This seems to only be for Rails.. I don’t understand it and there is no newbie-friendly documentation to explain the basics.

Reportedly faster/cooler than WEBrick.

Continue Reading