Some time ago I became interested in Node.js. “Node.js is an open-source, cross-platform runtime environment for developing server-side web applications.” (Node.js. (2015, September 17). In Wikipedia, The Free Encyclopedia. Retrieved 09:43, September 20, 2015, from https://en.wikipedia.org/w/index.php?title=Node.js&oldid=681558515). Well, I just became interested in Node.js because […]
Author: M. H. Neifer
The Plunker Web IDE
I have just discovered Plunker. “Plunker is an online community for creating, collaborating on and sharing your web development ideas. Real-time code collaboration Fully-featured, customizable syntax editor Live previewing of code changes As-you-type code linting Forking, commenting and sharing of Plunks Fully open-source on […]
Programmiersprache: Python 3.5 erschienen
“Ein neuer Operator für Matrix-Multiplikationen, eine Unpacking-Syntax für Containertypen, Coroutinen mit den Schlüsselwörtern async und await sowie einiges andere mehr sind in anderthalb Jahren Arbeit beim neuen größeren Python-Release zusammengekommen.” http://heise.de/-2811997
Python 3.5.0 has been released
Python 3.5.0 has been released – https://www.python.org/downloads/release/python-350/
SBCL 1.2.15, released August 30, 2015
SBCL 1.2.15, released August 30, 2015 – http://sbcl.sourceforge.net/news.html#1.2.15
Smalltalks 2015 Buenos Aires
Squeak 5 is out!
Wieder mal wächst Emacs über sich selbst hinaus
Wieder mal wächst Emacs über sich selbst hinaus: EXWM erweitert den Texteditor um einen X-Window-Manager für Linux. Einfach so. – http://heise.de/-2775266
Steel Bank Common Lisp 1.2.14, released July 29, 2015 – http://sbcl…
Steel Bank Common Lisp 1.2.14, released July 29, 2015 – http://sbcl.sourceforge.net/news.html#1.2.14
Defining JavaScript functions
In JavaScript, you can create a function in two ways. First way is to use a function statement and it is similar to what is use in other programming languages. function hello() { alert("hello"); } hello(); Here we define function hello and call the […]
Check out the New Squeak Website
Python 3.5.0b3 was released on July 5th, 2015
Python 3.5.0b3 was released on July 5th, 2015. – https://www.python.org/downloads/release/python-350b3/
Steel Bank Common Lisp 1.2.13, released June 28, 2015 – http://sbcl…
Steel Bank Common Lisp 1.2.13, released June 28, 2015 – http://sbcl.sourceforge.net/news.html#1.2.13
Using Processing.js to draw in your browser
Today I had a look at the JavaScript library Processing.js. You can use this library to draw in your browser using the Processing language. For example, you create the following simple HTML page and save it as processing.htm. <!DOCTYPE html> <html> <head> […]