Clojure
Rich Hickey discusses Clojure features and syntax, example code, functional programming, concurrency semantics, transactions, software transactional memory, agents, implementation and pain points.
- Java,
Tracking change and innovation in the enterprise software development community
Posted by Jonathan Allen on Oct 06, 2008 01:44 AM
Mono 2.0 has been released. Though still behind Microsoft's .NET in some areas, in others it has leaped ahead. For those seeking to write cross-platform applications, the first list of features in the release notes is the Microsoft-compatible APIs.
For cross-platform graphics, Mono also offers Mono.Cairo, a binding to the Cairo Graphics library. "Currently supported output targets include the X Window System, Quartz, Win32, image buffers, PostScript, PDF, and SVG file output. Experimental backends include OpenGL (through glitz), XCB, BeOS, OS/2, and DirectFB."
For applications that behave more natively on Linux, Gtk# 2.12 is available as an alternative to Windows.Forms. These provide access to Gtk+ and Gnome, and are also usable on Windows and OSX. Also useful to Linux developers is Mono.Posix, which offers both low level and high level interfaces to Linux and Unix-specific functionality.
If you are looking to manipulate compiled assemblies, Mono.Cecil does just that. This can be used for experimentation, patching code after the source was lost, or for building AOP-style frameworks and tools.
For database access, Mono provides bindings to SQLite. Other databases supported by third-party libraries include PostgresSQL, DB2, Oracle, Sybase, SQL server, and Firebird.
On the compiler front, C# 3 is supported with full LINQ support. Very large arrays using 64-bt indexes are supported on 64-bit machines, a part of the ECMA specification that Microsoft has not implemented yet. Visual Basic is a version behind, only supporting VB 8.
On MacOS and Solaris, DTrace is supported.
How to use Open Source SOA Safely in the Enterprise
Testing Tools to Support Agile Software Delivery
Agile Projects: Five Ways to Fail When You Scale
Webcast: Applying lean thinking to the governance of software development
Looks good. I cannot help noticing allot of graphics API work, does this mean that SharpDevelop will finally be able to run on Linux or are we still stuck with MonoDevelop ?.
Good question, I'll ask around and see what I can find out.
Adding to the excitement, SplendidCRM is releasing a version that supports PostgreSQL and Linux using Mono.
www.splendidcrm.com/AboutUs/PressReleases/Octob...
Rich Hickey discusses Clojure features and syntax, example code, functional programming, concurrency semantics, transactions, software transactional memory, agents, implementation and pain points.
We introduce the concept of Composite Oriented Programming, and show how it avoids the issues with OOP and reignites the hope of being able to compose domain models with reusable pieces.
Dan Farino talks about the system architecture and the challenges faced when building a very large online community. Dan explains how a .NET product scales on hundreds of servers.
Alan Shalloway, CEO and founder of Net Objectives, presents the Lean software development principles and practices and how they can benefit to Agile practitioners.
Bernd Mathiske discusses Maxine VM, Java compatibility, swapping major VM components, research areas, Object handling, code examples, optimizing compiler, snippets, bytecode generation, JNI and JIT.
Joe Armstrong speaks on various aspects of the Erlang language, presenting its roots, how it compares with other languages and why it has become popular these days.
The java double-check singleton pattern is not thread safe and can’t be fixed. In this article, Dr. Alexey Yakubovich provides an implementation of the Singleton pattern that he claims is thread-safe.
Diana and Jim talk about patterns observed in CTOs' activity. CTOs emerge as real people caring for other people in their organization, and are put under a lot of pressure and constraints.
3 comments
Reply