Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Functional > Re: .net
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 15 of 103 Topic 2681 of 2987
Post > Topic >>

Re: .net

by Jon Harrop <usenet@[EMAIL PROTECTED] > Dec 14, 2007 at 09:55 PM

Joachim Durchholz wrote:
>> For GUIs that don't completely suck, Linux only has GTK+ (written in C
>> with reference counting) and Qt (a commercial product tightly bound to
>> C++).
> 
> I think there are FPL equivalents to GTK+, but I don't know their
> status. It's also a bit difficult to tell which of them will continue to
> be maintained.

None have anything like the traction of GTK+ or Qt though. There are also
projects like FLTK.

>> The nearest thing we have to a CLR is the JVM, which is another product
>> of commerce. But the JVM has basically no decent languages with any
>> sup****t. The nearest is probably Scala which is quite a sucky language
>> compared to ML and has 40x fewer users than OCaml.
> 
> Dunno, Scala have been described as interesting and useful here.
> Personally, I found the design goals extremely interesting but don't
> know how they have been working out in practice.
> 
> The JVM isn't a good target for FPLs though. To eliminate tail calls you
> need to pack everything into a single function, but then functions are
> limited in size.
> Packing everything into a single function also requires additional
> consideration when providing APIs for outside code.
> Both effects seem to be quite effective deterrents for FPL implementors.
> 
> The JVM isn't very flexible for other languages, too. Eiffel compilers
> tend to generate single-class programs. I wouldn't want to ****t C or C++
> to the JVM either. Whatever the "****t X to the JVM" project was, all
> re****ted considerable problems when trying to make the generated code
> interoperate with Java.
> So the general consensus seems to be that the JVM is a mostly-Java
affair.

Yes. Hopefully they'll fix this. They have made noises about it, e.g.
providing proper tail calls.

>> In reality, my Linux box only recently acquired Flash in the browser
and
>> that is only if I use a different web browser (Firefox rather than
>> Konqueror).
> 
> But you *can* replace Konqueror with Firefox.

No, you can't. Konqueror is integrated into KDE so Firefox can only
replace
the web browser aspect of Konqueror.

> The base problem being that Flash is proprietary, and too complex to
> reverse engineer in an afternoon. (Probably more complex than necessary,
> too.)

I was under the impression that Flash was now open and could be
implemented
very easily if you know what you're doing. Indeed, several people have
asked me to do exactly that: write a Flash front-end for Smoke.

>> You can completely ignore whatever Microsoft say. Just look at what
>> they've built with .NET: Libraries as capable as Java's. Languages as
>> capable as OCaml. Performance as good as C++ for numerics. There is
some
>> real sophistication in the CLR. F# has lots of useful features like
>> active patterns that the open source community never created.
> 
> Yes, and lock-in mechanisms as well...

Sure. That's just business as usual, of course.

> ... which is why I have stayed away and probably will (unless somebody
> is paying me well to work on or for .net), and, of course, the reason
> why I don't really know how much of these positive characteristics hold
> water.
> I once had seen a glimmer of GDI+ (wich, I understand, is the .net
> equivalent of GDI). I noticed that the design was noticeably better than
> that of GDI, but also found that some mistakes still were being
repeated.

The WPF API is hideous and its performance is an order of magnitude worse
than Smoke's but it is still far better than anything available for Linux.

> On the other hand, quite a few *very* innovative things were done.
> Just one example: since the 2.6 kernels, Linux can handle thousands of
> processes without running out of kernel objects or putting on much of an
> overhead; on Windows or pretty much every other Unixoid OS, you're still
> stuck with threading if you want performance and parallel processing.

That underpins OCaml's concurrency so I'm all for that. ;-)

>> and botched a rather crummy Windows look and feel on top.
> 
> Yes, but you're ba****ng the wrong community here.
> The Linux folks are quite different from the X folks, which are still
> quite different from the Gnome and KDE folks.
> If you wanted to innovate over Microsoft's GUI stuff, you'd need a
> competitor for Gnome/KDE (and possibly one to X).

Well, ok. True. I'm thinking in terms of competing on the desktop, of
course. Whatever is available for Linux there is essentially an accident
anyway, so there is little point in comparing "designs"...

>  > There's very little innovation there compared to what MS are doing
>  > now.
> 
> I think it's less that MS is innovating so much, it's more that the GUI
> folks in the FOSS camp aren't doing well enough. I suspect too many
> people simply underestimate what should go into a well-designed GUI.

I agree entirely.

>  > I think that's a good thing though: its about time MS had to earn a
>> living.
> 
> Hm. MS has been earning a living for years now, with billions of cash
> and short-term money on its hands.
> It's about time they stop sucking more money than they have been worth
> out of the programming community.

That's exactly what I meant, yes.

-- 
Dr Jon D Harrop, Flying Frog Consultancy Ltd.
http://www.ffconsultancy.com/products/?u
 




 103 Posts in Topic:
introspection in SML
"michele.simionato@[  2007-12-01 22:57:46 
Re: introspection in SML
Vesa Karvonen <vesa.ka  2007-12-02 12:29:39 
Re: introspection in SML
stephen@[EMAIL PROTECTED]  2007-12-12 04:29:43 
Re: introspection in SML
Jon Harrop <usenet@[EM  2007-12-12 12:09:12 
Re: introspection in SML
Paul Rubin <http://phr  2007-12-12 19:54:28 
Re: introspection in SML
George Neuner <gneuner  2007-12-13 01:15:15 
Re: introspection in SML
stephen@[EMAIL PROTECTED]  2007-12-13 03:48:06 
Re: introspection in SML
Joachim Durchholz <jo@  2007-12-13 12:30:35 
Re: introspection in SML
Jon Harrop <usenet@[EM  2007-12-13 12:09:24 
Re: introspection in SML
Joachim Durchholz <jo@  2007-12-13 19:17:57 
Re: introspection in SML
Jon Harrop <usenet@[EM  2007-12-13 20:25:28 
.net
Joachim Durchholz <jo@  2007-12-14 10:54:42 
Re: .net
Jon Harrop <usenet@[EM  2007-12-14 10:45:26 
Re: .net
Joachim Durchholz <jo@  2007-12-14 21:30:03 
Re: .net
Jon Harrop <usenet@[EM  2007-12-14 21:55:11 
Re: .net
Paul Rubin <http://phr  2007-12-14 14:45:47 
Re: introspection in SML
George Neuner <gneuner  2007-12-13 14:23:15 
Re: introspection in SML
Jon Harrop <usenet@[EM  2007-12-13 11:56:14 
Re: introspection in SML
stephen@[EMAIL PROTECTED]  2007-12-14 03:43:12 
Re: introspection in SML
Jon Harrop <usenet@[EM  2007-12-14 09:48:46 
Re: introspection in SML
stephen@[EMAIL PROTECTED]  2007-12-15 03:22:38 
Re: introspection in SML
Paul Rubin <http://phr  2007-12-14 19:30:15 
Re: introspection in SML
Jon Harrop <usenet@[EM  2007-12-16 00:15:30 
Re: introspection in SML
stephen@[EMAIL PROTECTED]  2007-12-16 03:19:46 
Re: introspection in SML
Jon Harrop <usenet@[EM  2007-12-16 04:32:16 
Re: introspection in SML
stephen@[EMAIL PROTECTED]  2007-12-16 16:58:45 
Re: introspection in SML
Jon Harrop <usenet@[EM  2007-12-16 21:26:46 
Re: introspection in SML
"michele.simionato@[  2007-12-02 05:53:58 
Re: introspection in SML
Vesa Karvonen <vesa.ka  2007-12-02 19:21:18 
Re: introspection in SML
Jon Harrop <usenet@[EM  2007-12-04 09:13:44 
Re: introspection in SML
stephen@[EMAIL PROTECTED]  2007-12-17 00:34:20 
Re: introspection in SML
Jon Harrop <usenet@[EM  2007-12-17 13:42:35 
Re: introspection in SML
"michele.simionato@[  2007-12-02 22:33:29 
Re: introspection in SML
Jon Harrop <usenet@[EM  2007-12-04 08:47:26 
Re: introspection in SML
Vesa Karvonen <vesa.ka  2007-12-04 13:27:12 
Re: introspection in SML
Rainer Joswig <joswig@  2007-12-04 15:42:47 
Re: introspection in SML
Pascal Costanza <pc@[E  2007-12-04 16:06:56 
Re: introspection in SML
Vesa Karvonen <vesa.ka  2007-12-04 18:35:13 
Re: introspection in SML
Rainer Joswig <joswig@  2007-12-04 20:37:24 
Re: introspection in SML
Vesa Karvonen <vesa.ka  2007-12-04 20:26:57 
Re: introspection in SML
Rainer Joswig <joswig@  2007-12-04 21:46:16 
Re: introspection in SML
Vesa Karvonen <vesa.ka  2007-12-04 21:49:25 
Re: introspection in SML
Rainer Joswig <joswig@  2007-12-04 22:59:39 
Re: introspection in SML
Vesa Karvonen <vesa.ka  2007-12-04 23:24:15 
Re: introspection in SML
Rainer Joswig <joswig@  2007-12-05 00:48:18 
Re: introspection in SML
Vesa Karvonen <vesa.ka  2007-12-05 15:18:29 
Re: introspection in SML
Rainer Joswig <joswig@  2007-12-05 18:26:05 
Re: introspection in SML
Vesa Karvonen <vesa.ka  2007-12-05 17:43:26 
Re: introspection in SML
George Neuner <gneuner  2007-12-06 01:55:46 
Re: introspection in SML
Vesa Karvonen <vesa.ka  2007-12-11 14:49:44 
Re: introspection in SML
Jon Harrop <usenet@[EM  2007-12-05 07:01:35 
Re: introspection in SML
Vesa Karvonen <vesa.ka  2007-12-04 18:23:23 
Re: introspection in SML
Rainer Joswig <joswig@  2007-12-04 20:50:35 
Re: introspection in SML
Jon Harrop <usenet@[EM  2007-12-04 08:44:08 
Re: introspection in SML
Vesa Karvonen <vesa.ka  2007-12-04 10:04:33 
Re: introspection in SML
"michele.simionato@[  2007-12-04 02:35:04 
Re: introspection in SML
Vesa Karvonen <vesa.ka  2007-12-04 10:50:40 
Re: introspection in SML
Jon Harrop <usenet@[EM  2007-12-04 15:00:59 
Re: introspection in SML
"michele.simionato@[  2007-12-04 22:10:33 
Re: introspection in SML
Paul Rubin <http://phr  2007-12-04 22:55:22 
Re: introspection in SML
Vesa Karvonen <vesa.ka  2007-12-05 07:58:10 
Re: introspection in SML
Paul Rubin <http://phr  2007-12-05 00:25:34 
Re: introspection in SML
Vesa Karvonen <vesa.ka  2007-12-11 17:31:25 
Re: introspection in SML
Jon Harrop <usenet@[EM  2007-12-11 18:21:58 
Re: introspection in SML
Rainer Joswig <joswig@  2007-12-11 19:57:41 
Re: introspection in SML
Vesa Karvonen <vesa.ka  2007-12-11 20:26:45 
Re: introspection in SML
Rainer Joswig <joswig@  2007-12-11 21:41:51 
Re: introspection in SML
Vesa Karvonen <vesa.ka  2007-12-11 22:14:00 
Re: introspection in SML
Rainer Joswig <joswig@  2007-12-11 23:43:34 
Re: introspection in SML
Vesa Karvonen <vesa.ka  2007-12-14 14:32:06 
Re: introspection in SML
Jon Harrop <usenet@[EM  2007-12-11 20:19:53 
Re: introspection in SML
Joachim Durchholz <jo@  2007-12-12 13:40:03 
Re: introspection in SML
Vesa Karvonen <vesa.ka  2007-12-05 22:38:17 
Re: introspection in SML
"michele.simionato@[  2007-12-05 08:22:07 
Re: introspection in SML
rossberg@[EMAIL PROTECTED  2007-12-11 16:38:54 
Re: introspection in SML
Rainer Joswig <joswig@  2007-12-12 01:55:14 
Re: introspection in SML
rossberg@[EMAIL PROTECTED  2007-12-11 17:22:20 
Re: introspection in SML
Rainer Joswig <joswig@  2007-12-12 02:32:44 
Re: introspection in SML
Pascal Costanza <pc@[E  2007-12-12 08:04:13 
Re: introspection in SML
Paul Rubin <http://phr  2007-12-11 23:37:53 
Re: introspection in SML
Pascal Costanza <pc@[E  2007-12-12 09:23:57 
Re: introspection in SML
"michele.simionato@[  2007-12-11 22:53:33 
Re: introspection in SML
Vesa Karvonen <vesa.ka  2007-12-12 08:34:11 
Re: introspection in SML
Vesa Karvonen <vesa.ka  2007-12-12 08:59:00 
Re: introspection in SML
rossberg@[EMAIL PROTECTED  2007-12-12 00:01:43 
Re: introspection in SML
rossberg@[EMAIL PROTECTED  2007-12-12 00:12:41 
Re: introspection in SML
Pascal Costanza <pc@[E  2007-12-12 09:24:36 
Re: introspection in SML
"michele.simionato@[  2007-12-12 00:50:11 
Re: introspection in SML
rossberg@[EMAIL PROTECTED  2007-12-12 01:05:12 
Re: introspection in SML
Pascal Costanza <pc@[E  2007-12-12 13:23:56 
Re: introspection in SML
"michele.simionato@[  2007-12-12 01:16:11 
Re: introspection in SML
"michele.simionato@[  2007-12-12 04:39:28 
Re: introspection in SML
Jon Harrop <usenet@[EM  2007-12-12 13:10:31 
Re: introspection in SML
"michele.simionato@[  2007-12-12 05:48:51 
Re: introspection in SML
Jon Harrop <usenet@[EM  2007-12-12 15:49:28 
Re: introspection in SML
rossberg@[EMAIL PROTECTED  2007-12-12 07:50:27 
Re: introspection in SML
Pascal Costanza <pc@[E  2007-12-12 17:26:12 
Re: introspection in SML
Paul Rubin <http://phr  2007-12-12 11:47:44 
Re: introspection in SML
Pascal Costanza <pc@[E  2007-12-12 22:59:03 
Re: introspection in SML
rossberg@[EMAIL PROTECTED  2007-12-12 09:13:50 
Re: introspection in SML
Pascal Costanza <pc@[E  2007-12-12 20:27:50 
Re: introspection in SML
Florian Weimer <fw@[EM  2007-12-15 13:50:58 
Re: introspection in SML
Philippa Cowderoy <fli  2007-12-16 22:06:48 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Sun Sep 7 3:01:09 CDT 2008.