iPhone DZone: Fresh Links On Your iPhone by matt on 7/5/08
Reading DZone on your iPhone just got a little bit easier. Visit http://dzone.com/iphone from your iPhone to try out our beta iPhone support. You can view stories, filter by tags, and login. We'd appreciate your feedback at feedback@dzone.com.
Io Language
Anyone here have any experience of Io Language? It's claimed to be small, embeddable, reasonably fast, clean, and all good things in a scripting... more »
0 commentsSave Tags: open source, other languages, ruby
7 Crucial Tips for Designing and Maintaining a Large Site
Projects vary in scope and size, and the challenges they entail vary likewise. As a lone web designer, the biggest job I am responsible for is... more »
0 commentsSave Tags: usability, web 2.0
Lambda Associates Home Page
Lisp for the C21!
0 commentsSave Tags: open source, other languages, research
Preen Code and Global Harming
It is about some time that our world is being raided by strike of economical,ecological and climate side effects of depending so widely on the carbon... more »
0 commentsSave Tags: opinion, other languages, research
Quickstart Guide to Subversion on SourceForge
...One complaint I received from developers who read my Quickstart Guide To Open Source Development With CVS and SourceForge is the sheer amount of... more »
2 commentsSave Tags: how-to, open source, tools
What Is the Future of C# Anyways?
...The question was asked, why bother learning F#, when eventually I'll get these things for free once they steal it and bring it to C#...
1 commentsSave Tags: .net, other languages
Kilim - actors and message passing in Java (better than Erlang)
Kilim is a message-passing framework for Java that claims provides ultra-lightweight threads and facilities for fast, safe, zero-copy messaging... more »
3 commentsSave Tags: java, trends
My Language of the Year
Erlang of course because ... it combines both functional and concurrency-oriented programming models in a very powerful way.
1 commentsSave Tags: open source, other languages
Standalone NHaml!
Quite a few people have asked me how to use NHaml outside of ASP.NET MVC. Here’s how to do it: 1) Create your project and add a reference to... more »
0 commentsSave Tags: .net, open source
code_swarm - visualizing the life of open source
'This visualization, called code_swarm, shows the history of commits in a software project. A commit happens when a developer makes changes to the... more »
0 commentsSave Tags: open source
One Aspect of a Successful Programming Language (Yes! Again!)
We have 2 different points here (of views): 1 - Feel tha joy and enjoy 2 - Make it done Or we can mix them up (unconsciously): 3 - Make it... more »
0 commentsSave Tags: .net, java, opinion, ruby
On Duck Typing In C# 3.0
In C# 3.0 we achieve this feature by employing Extension Methods. The whole point came straightly from definition of Extension Methods, where says:... more »
0 commentsSave Tags: .net
One problem that Lisp can solve
So everybody these days, if have done a clever thing; the thing is a reimplementation of a bit of Lisp: LINQ, Ruby blocks, lambdas everywhere these... more »
0 commentsSave Tags: other languages, tools
Annotatable Types
It has happened in coding C#, for sure, that we wanted to return more than just a value from a method. Simplest way is to define a new type that... more »
0 commentsSave Tags: .net, other languages
Duck Typing In C# 3.0
In C# 3.0 we achieve this feature by employing Extension Methods. The whole point came straightly from definition of Extension Methods, where says:... more »
0 commentsSave Tags: .net, other languages, ruby
Vista, Office 2007 or Why Microsoft Gone Stupid!
"DO NOT BREAK THE USER EXPERIENCE!" That is the holy "point" of desktop application development! Add as much layers as you want below the user... more »
1 commentsSave Tags: microsoft, windows
Dependency Injection Not Needed In C#
We do not need Dependency Injection in C# 3.0. Because we already have it in a very cleaner way!... (Using extension methods in a different way to... more »
4 commentsSave Tags: .net, frameworks, methodology
Dalai Lama needs Macromedia Flash Player!
Funny things that happen by automated work flows!
0 commentsSave Tags: humor
Programming Language Design
A cartoon on best programming language; invented yet!
0 commentsSave Tags: humor, other languages
One problem that Lisp can solve
...So Lisp can cure the hunger for invention!
0 commentsSave Tags: opinion, other languages
All you need: Ubuntu on Vista
Paid for vista? Was not what you expected, huh? Use Ubuntu on your Vista! (Without a Virtual Machine!)
3 commentsSave Tags: open source, unix-linux, windows
How I lost my faith in Lisp (very long)
I started using Lisp in high school, in 1979, on an Apple II. It was my third (computer) language, after Basic and Pascal....
0 commentsSave Tags: opinion, other languages
Does Languages Really Matter?
I do not think so!
2 commentsSave Tags: .net, frameworks, java, opinion
OOP and FOOP
This text is a meditation on OOP paradigm and the FP paradigm...What is an Object?...What is a function?...What is structure?
5 commentsSave Tags: .net, java, methodology, opinion