Live data from Hacker News

Smjörið er brætt og hveitið smátt og smátt hrært út í það, þangað til það er gengið upp í smjörið.

news.ycombinator.com

111–120 of 165 posts

Re: Smjörið er brætt og hveitið smátt og smátt hrært út í það, þangað til það er gengið upp í smjörið.

#111
post #104
post #87

Earlier quoted context omitted.

Interestingly, heterogenous lists are the only example I ever hear cited for how ML-family type systems can cramp your style. It leads me to wonder if the situation is not unlike Fibbonacci sequences and naive recursion. Anyway, I find that usually when I want a heterogenous list in Lisp, all I really need is a tuple. I want an ad-hoc way to group some values together (i.e., I don't want to bother creating a named st…

I rarely need to calculate Fibonacci numbers, but I use lists of varied types of objects constantly.

To be clear, this is what ML's variant types are all about. You can easily create a list that contains e.g. both ints and chars:

  let mylist = [`Int 5; `Char '5']
Technically the elements have the same compile-time type, but the question is, what practical difference does that make? In what cases are variants an inadequate solution?

Re: Smjörið er brætt og hveitið smátt og smátt hrært út í það, þangað til það er gengið upp í smjörið.

#112
post #32
post #16

Earlier quoted context omitted.

As an Icelander, I must surely ask what pushed you to use Icelandic as an example. :)

People love thorn. Anglos used to have it and now that it's gone, they miss it.

I don't þink ðere's any reason we can't have ðem back -- þorn and eð, I mean.

Re: Smjörið er brætt og hveitið smátt og smátt hrært út í það, þangað til það er gengið upp í smjörið.

#113
post #7

♫♪♫ to my ears. I ♥ unicode! To ∞ and beyond, ☺

How do I make the infinity? Actually where do I get all those symbols?

http://www.unicode.org/charts/ (characters)

http://www.unicode.org/charts/symbols.html (geometrical shapes etc)

As I understand only UTF-8 is supported, so forget characters for UTF-16 and UTF-32 (but you rarely need these anyway)

Re: Smjörið er brætt og hveitið smátt og smátt hrært út í það, þangað til það er gengið upp í smjörið.

#114
post #7

♫♪♫ to my ears. I ♥ unicode! To ∞ and beyond, ☺

How do I make the infinity? Actually where do I get all those symbols?

You have to buy a unicode keyboard. They have over 95000 keys and take up about nine square meters. Hope you have a big desk.

(Sorry, I couldn't resist)

Re: Smjörið er brætt og hveitið smátt og smátt hrært út í það, þangað til það er gengið upp í smjörið.

#116
post #7

♫♪♫ to my ears. I ♥ unicode! To ∞ and beyond, ☺

How do I make the infinity? Actually where do I get all those symbols?

If you have a mac, Cmd-Opt-T

Re: Smjörið er brætt og hveitið smátt og smátt hrært út í það, þangað til það er gengið upp í smjörið.

#119
post #113

Earlier quoted context omitted.

How do I make the infinity? Actually where do I get all those symbols?

http://www.unicode.org/charts/ (characters) http://www.unicode.org/charts/symbols.html (geometrical shapes etc) As I understand only UTF-8 is supported, so forget characters for UTF-16 and UTF-32 (but you rarely need these anyway)

UTF-8 can represent any Unicode character.

Re: Smjörið er brætt og hveitið smátt og smátt hrært út í það, þangað til það er gengið upp í smjörið.

#120
post #68

.(; sɹǝpuoʍ sǝop ǝɹnssǝɹd ɔı1qnd ɟo ʇıq ǝ1ʇʇı1 ɐ 'ǝǝs ¡ʍou ǝɯosǝʍɐ sı ɔɹɐ uı ʇɹoddns ǝpoɔıun ¡ɥɐɥ

Yes, because writing upside down is so incredibly useful! How did we ever live without it?

/sarcasm

Post reply on HN