HN user

IHaveASolution

2 karma

I just created an account to help somebody.

Posts0
Comments5
View on HN
No posts found.

OCaml is getting that much money from quantitative finance firms &c. if you are curious. There are a not insignificant number of them that use OCaml, and it is the only time I have heard of OCaml being used.

I went to college at 13 (I've graduated now, obviously), and essentially had to answer this question over and over. I went to college, without the getting drunk, without the frat (I did get to do original research, though), and without the getting laid (for the most part). I did it because I loved learning. I still do, but colleges are essentially bureaucratic hucksterism. So a lot people think I missed out -- on high school, college, everything. And I explain, I lead a pretty active life, and I got some awesome chances to do cool things. Now I can spend these years really _focusing_ on doing irresponsible and stupid things.

Why is everyone such a punk about not being able to do cool things if you aren't enrolled in a degree-seeking program?

(Also, I'm American, so all I can do is confirm people have exactly the same social dysfunction you think they do.)

Here is how you do it: input is the list of words, with duplicates you need an additional list (let's call it x) and an integer (let's call it i) for each item in the list, if it isn't in x, add it, increment i, and print it followed by a space if it is in x, print a newline, and spaces equal to the number of characters in each preceding word after index i in x + 1 for each word in that range. There should be x.index(item) - i things, and this loops. Python indices, I would think, take care of the special case where you need to loop around, sans the printing of a newline, so make sure you do that after you print the spaces for the last item.

I'm sorry you seemed to have not gotten help on this. The title seemed a little silly to me.