oubiwann.blogspot.com
Electric Duncan: The Future of Programming - Themes at OSCON 2014
http://oubiwann.blogspot.com/2014/07/the-future-of-programming-oscon-themes.html
I t a l l c o m e s d o w n t o I / O , e v e n t u a l l y. Sunday, July 27, 2014. The Future of Programming - Themes at OSCON 2014. Themes at OSCON 2014. Adopting the Functional Paradigm? The Rise of Polyglotism. Preparing for the Future. A Qualitative OSCON Debrief. As you might have noticed from the OSCON. Twitter-storm this year, the conference was a blast. Even if you weren't physically present, given the 17 tracks. A friend who was speaking there. OSCON 2008. Where can I go to learn X?
oubiwann.blogspot.com
Electric Duncan: The Future of Programming - An Overview
http://oubiwann.blogspot.com/2014/07/the-future-of-programming-overview.html
I t a l l c o m e s d o w n t o I / O , e v e n t u a l l y. Sunday, July 27, 2014. The Future of Programming - An Overview. Art by Philip Straub. There's a new series of blog posts coming, inspired by on-going conversations with peers, continuous inspection of the development landscape, habitual navel-gazing, and participation at the catalytic OSCON 2014. As you might have inferred, these will be on the topic of "The Future of Programming.". Not to be confused with Bret Victor. In that post,...
oubiwann.blogspot.com
Electric Duncan: Improved Python Support in Erlang/LFE
http://oubiwann.blogspot.com/2014/12/improved-python-support-in-erlanglfe.html
I t a l l c o m e s d o w n t o I / O , e v e n t u a l l y. Saturday, December 27, 2014. Improved Python Support in Erlang/LFE. The previous post on Python support in Erlang/LFE. Made Hacker News this week, climbing in fits and starts to #19 on the front page. That resulted in the biggest spike this blog has seen in several months. The library is simply called py. It's a wrapper for ErlPort. In the more common Prolog-inspired syntax Erlang. The LFE Blog. Project could be a life-saver for any...
oubiwann.blogspot.com
Electric Duncan: The Future of Programming - Adopting The Functional Paradigm?
http://oubiwann.blogspot.com/2014/07/the-future-of-programming-adopting.html
I t a l l c o m e s d o w n t o I / O , e v e n t u a l l y. Monday, July 28, 2014. The Future of Programming - Adopting The Functional Paradigm? Themes at OSCON 2014. Adopting the Functional Paradigm? The Rise of Polyglotism. Preparing for the Future. Covered some thoughts on the future-looking programming themes present at OSCON 2014. Following that wonderful conference, long-time Open Source advocate, Pythonista, and instructor Steve Holden. What constitutes a large company? Ranked by gros...
oubiwann.blogspot.com
Electric Duncan: Async Batching with Twisted: A Walkthrough
http://oubiwann.blogspot.com/2008/06/async-batching-with-twisted-walkthrough.html
I t a l l c o m e s d o w n t o I / O , e v e n t u a l l y. Friday, June 20, 2008. Async Batching with Twisted: A Walkthrough. I didn't get a chance to show him a DeferredSemaphore. Example nor one for the Cooperator. So I will take this opportunity to do so. For each of the examples below, you can save the code as a text file and call it with "python filname.py", and the output will be displayed. However, hopefully this mini-howto will inspire curiosity about those :-). Tuples, where success.
oubiwann.blogspot.com
Electric Duncan: 2014.05
http://oubiwann.blogspot.com/2014_05_01_archive.html
I t a l l c o m e s d o w n t o I / O , e v e n t u a l l y. Sunday, May 18, 2014. Lfest: A Routing Party for LFE Web Apps. The Clojure community (in particular, James Reeves. Has produced one of the best APIs I've seen for creating RESTful services, or any application using path dispatching (routing), really: Compojure. I've been really missing this in LFE. Despite the fact that creating REST. Ful apps in LFE. Take the following route declaration from the yaws-rest-starter. File, you can vie...
oubiwann.blogspot.com
Electric Duncan: 2014.12
http://oubiwann.blogspot.com/2014_12_01_archive.html
I t a l l c o m e s d o w n t o I / O , e v e n t u a l l y. Saturday, December 27, 2014. Improved Python Support in Erlang/LFE. The previous post on Python support in Erlang/LFE. Made Hacker News this week, climbing in fits and starts to #19 on the front page. That resulted in the biggest spike this blog has seen in several months. The library is simply called py. It's a wrapper for ErlPort. In the more common Prolog-inspired syntax Erlang. The LFE Blog. Project could be a life-saver for any...
oubiwann.blogspot.com
Electric Duncan: 2014.04
http://oubiwann.blogspot.com/2014_04_01_archive.html
I t a l l c o m e s d o w n t o I / O , e v e n t u a l l y. Wednesday, April 02, 2014. Hash Maps in LFE: Request for Comment. As you may have heard, hash maps are coming to Erlang in R17. We're all pretty excited about this. The LFE community (yes, we have one. hey, being headquartered on Gutland. Has been abuzz with excitement: do we get some new syntax for Erlang maps? Or just record-like macros? In an effort to (re)start. Before we dive into the Lisps, let's take a look at maps in Erlang:.
oubiwann.blogspot.com
Electric Duncan: A Conversation with Guido about Callbacks
http://oubiwann.blogspot.com/2012/03/conversation-with-guido-about-callbacks.html
I t a l l c o m e s d o w n t o I / O , e v e n t u a l l y. Saturday, March 24, 2012. A Conversation with Guido about Callbacks. In a previous post. I promised to share some of my PyCon conversations from this year - this is the first in that series :-). As I'm sure many folks noticed, during Guido van Rossum's keynote address. At PyCon 2012, he mentioned that he likes the way that gevent. Presents asynchronous usage to developers taking advantage of that framework. Version of what he said.
oubiwann.blogspot.com
Electric Duncan: Twisted AJAX/COMET Tutorial Pre-release
http://oubiwann.blogspot.com/2007/11/twisted-ajaxcomet-tutorial-pre-release.html
I t a l l c o m e s d o w n t o I / O , e v e n t u a l l y. Friday, November 09, 2007. Twisted AJAX/COMET Tutorial Pre-release. Here is the new Athena tutorial. The tutorial includes detailed instructions on setting up an environment, obtaining the source code, and running the applications. There are also pointers on how to conceptually approach development with Nevow/Athena. And if you want to pretify your example apps, you can update the fragment templates per the links given below. Glyph ...