"I am only an egg." [entries|archive|friends|userinfo]
Valery V. Vorotyntsev

[ userinfo | livejournal userinfo ]
[ archive | journal archive ]

Links
[Links:| *reader* delicious lastfm wishlist yubnub ]

enlarge your Haskell [Jan. 24th, 2008|03:57 pm]
[Tags|, , , ]

Меня очень напрягает дурная работа и дурной язык программирования C++. За это платят, но беспросвет угнетающий.

Я очень хочу найти работу Haskell программиста. Только мне вначале нужно подтянуться, побольше на нем покодить... Трудно время находить - рутина высасывает энергию, - но нужно, иначе ж как.

* Ask Reddit: How do I get a job hacking Haskell all day?

Link34 comments|Leave a comment

feeling smuggy smug smug smug [Nov. 14th, 2007|06:22 pm]
[Tags|, , ]

Господин назначил меня любимой женой!

:)

(Subject отсюда.)

LinkLeave a comment

хозяйке на заметку [Oct. 29th, 2007|07:07 pm]
[Tags|, ]

Чтобы смахнуть паутину с web-журнала, оставлю ссылку на охоту за азевайзом.

Другое... другоэ... асталъное... Пусть будет прочерк (_).
LinkLeave a comment

import lists: explicit vs. implicit [Oct. 24th, 2007|11:07 am]
[Tags|, ]

Since the subject relates to holy wars, this post should stay in personal blog. ;)

There is a rather active thread in xmonad mailing list, concerning Haskell coding style guidelines. And a question about what kind of import lists is preferable - implicit or explicit - has been raised in particular.

I choose not to use explicit import lists. They are tedious to write, they lead to code which looks dirty, and they are headache to maintain.

And I don't agree with the argument that it is hard to find a particular definition without explicit lists. It is not. When a code is loaded into ghci, I can use the :info command to find a definition. I can use etags (ctags?) to jump between symbols in my favorite editor. And when I am stuck (or lazy), I use hoogle.

It is so simple, it should stay that way. Let compiler do its job.

Lilliput and Blefuscu
LinkLeave a comment

find kiev -type company -print0 | xargs -0 grep -i haskell [Sep. 14th, 2007|09:36 am]
[Tags|, ]
[Current Music |Radiohead - Airbag]

Панове,
а знаете ли вы в Киеве конторы, где на Haskell софт пишут?
Link11 comments|Leave a comment

yet another message (not in the bottle this time) [Jul. 27th, 2007|07:36 pm]
[Tags|, , ]

A friend of mine asked for some Haskell starter links for vacation reading. Here they go... )

LinkLeave a comment

() [Jun. 18th, 2007|11:53 am]
[Tags|, , ]

Довод в пользу QuickCheck — randomized controlled trial.

<- norvig.com

"Humans are very good at detecting patterns, but rather poor at detecting randomness."
-Peter Norvig, "Mistakes in Experimental Design and Interpretation"

<- science.reddit.com

LinkLeave a comment

(no subject) [Apr. 16th, 2007|10:43 pm]
[Tags|, ]

"The only way you can show sequence is not necessary is by writing an OS, a compiler, a web server etc in Haskell - all of which have been done. Unfortunately I only had a small piece of paper so couldn't write any of those."
-Neil Mitchell (Describing Haskell to an Ada programmer)
LinkLeave a comment

tail recursion in Haskell [Apr. 4th, 2007|11:38 am]
[Tags|, , ]

Thus, the most common Haskell idiom about tail recursion is to not think about it (and hence not use it). Instead, return values as early as possible (in some cases (&&) can return a definite answer by looking at the first argument only). Note that this is very different from strict functional languages.
-haskell-cafe
Link12 comments|Leave a comment

YAHT [Feb. 19th, 2007|11:46 am]
[Tags|, , , ]

There is the "Gentle introduction to Haskell" in which the word "gentle" is a cruel and sadistic joke. The best of the online tutorials appears to be "Yet Another Haskell Tutorial"...
[source]

Га-га-га-га-га!

Link3 comments|Leave a comment

Liskell — a Lisp-like syntax frontend for Haskell [Feb. 6th, 2007|01:26 pm]
[Tags|, , , ]

Есть два топовых языка программирования — Common Lisp и Haskell. И вот, один дядечка их объединил.

В интересное время живем!

LinkLeave a comment

Common Lisp & Haskell [Jan. 30th, 2007|01:22 pm]
[Tags|, , ]

"One thing is certain — if you want to be a great developer eventually you'll have to learn both."
LinkLeave a comment

two (Eric's) posts about Haskell [Jan. 29th, 2007|03:30 pm]
[Tags|, , ]

LinkLeave a comment

Does Haskell need macros? [Jan. 10th, 2007|10:12 am]
[Tags|, , , , ]

Andrew Cooke's comment on the subject:
One reason haskell "needs" macros is that it's an interesting area of design space. Macros / staged evaluation in a lazy, typed system sounds like an intersting problem. This is the "fly to the moon" argument — there may not be a simple practical case, but who knows what we might learn on the way?
LinkLeave a comment

navigation
[ viewing | most recent entries ]

Advertisement