• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EST 16:00
CET 22:00
KST 06:00
  • Home
  • Forum
  • Calendar
  • Streams
  • Liquipedia
  • Features
  • Store
  • EPT
  • TL+
  • StarCraft 2
  • Brood War
  • Smash
  • Heroes
  • Counter-Strike
  • Overwatch
  • Liquibet
  • Fantasy StarCraft
  • TLPD
  • StarCraft 2
  • Brood War
  • Blogs
Forum Sidebar
Events/Features
News
Featured News
TL.net Map Contest #21: Winners2Intel X Team Liquid Seoul event: Showmatches and Meet the Pros10[ASL20] Finals Preview: Arrival13TL.net Map Contest #21: Voting12[ASL20] Ro4 Preview: Descent11
Community News
Starcraft, SC2, HoTS, WC3, returning to Blizzcon!20$5,000+ WardiTV 2025 Championship5[BSL21] RO32 Group Stage3Weekly Cups (Oct 26-Nov 2): Liquid, Clem, Solar win; LAN in Philly2Weekly Cups (Oct 20-26): MaxPax, Clem, Creator win9
StarCraft 2
General
TL.net Map Contest #21: Winners Starcraft, SC2, HoTS, WC3, returning to Blizzcon! RotterdaM "Serral is the GOAT, and it's not close" Weekly Cups (Oct 20-26): MaxPax, Clem, Creator win 5.0.15 Patch Balance Hotfix (2025-10-8)
Tourneys
$5,000+ WardiTV 2025 Championship Constellation Cup - Main Event - Stellar Fest Merivale 8 Open - LAN - Stellar Fest Sea Duckling Open (Global, Bronze-Diamond) $3,500 WardiTV Korean Royale S4
Strategy
Custom Maps
Map Editor closed ?
External Content
Mutation # 498 Wheel of Misfortune|Cradle of Death Mutation # 497 Battle Haredened Mutation # 496 Endless Infection Mutation # 495 Rest In Peace
Brood War
General
BGH Auto Balance -> http://bghmmr.eu/ SnOw's ASL S20 Finals Review [BSL21] RO32 Group Stage Practice Partners (Official) [ASL20] Ask the mapmakers — Drop your questions
Tourneys
[Megathread] Daily Proleagues [BSL21] RO32 Group B - Sunday 21:00 CET [BSL21] RO32 Group A - Saturday 21:00 CET BSL21 Open Qualifiers Week & CONFIRM PARTICIPATION
Strategy
Current Meta How to stay on top of macro? PvZ map balance Soma's 9 hatch build from ASL Game 2
Other Games
General Games
Stormgate/Frost Giant Megathread Nintendo Switch Thread Dawn of War IV ZeroSpace Megathread General RTS Discussion Thread
Dota 2
Official 'what is Dota anymore' discussion
League of Legends
Heroes of the Storm
Simple Questions, Simple Answers Heroes of the Storm 2.0
Hearthstone
Deck construction bug Heroes of StarCraft mini-set
TL Mafia
TL Mafia Community Thread SPIRED by.ASL Mafia {211640}
Community
General
US Politics Mega-thread Russo-Ukrainian War Thread Things Aren’t Peaceful in Palestine YouTube Thread Dating: How's your luck?
Fan Clubs
White-Ra Fan Club The herO Fan Club!
Media & Entertainment
Anime Discussion Thread Movie Discussion! [Manga] One Piece Korean Music Discussion Series you have seen recently...
Sports
2024 - 2026 Football Thread NBA General Discussion MLB/Baseball 2023 TeamLiquid Health and Fitness Initiative For 2023 Formula 1 Discussion
World Cup 2022
Tech Support
SC2 Client Relocalization [Change SC2 Language] Linksys AE2500 USB WIFI keeps disconnecting Computer Build, Upgrade & Buying Resource Thread
TL Community
The Automated Ban List Recent Gifted Posts
Blogs
Saturation point
Uldridge
DnB/metal remix FFO Mick Go…
ImbaTosS
Why we need SC3
Hildegard
Career Paths and Skills for …
TrAiDoS
Reality "theory" prov…
perfectspheres
Our Last Hope in th…
KrillinFromwales
Customize Sidebar...

Website Feedback

Closed Threads



Active: 1250 users

The Big Programming Thread - Page 906

Forum Index > General Forum
Post a Reply
Prev 1 904 905 906 907 908 1032 Next
Thread Rules
1. This is not a "do my homework for me" thread. If you have specific questions, ask, but don't post an assignment or homework problem and expect an exact solution.
2. No recruiting for your cockamamie projects (you won't replace facebook with 3 dudes you found on the internet and $20)
3. If you can't articulate why a language is bad, don't start slinging shit about it. Just remember that nothing is worse than making CSS IE6 compatible.
4. Use [code] tags to format code blocks.
Deleted User 3420
Profile Blog Joined May 2003
24492 Posts
Last Edited: 2017-09-15 13:47:03
September 15 2017 13:45 GMT
#18101
Looks like my class was only using ruby for project 1. Apparently the next 3 projects are now functional programming in OCaml. The language seems a little odd, since every language has been fairly similar up to this point. Except C I guess, but even that wasn't as much of an oddball as ocaml.

Anything crucial I should know? I know that everything is immutable in ocaml, which I guess is kind of the point with functional programming?

So no reassigning values within the same scope then? Any other tips from someone who had to suddenly switch to functional programming from imperative?



In other news it looks like I will be doing some research this semester! Going to be helping someone from NASA develop python scripts to predict changes to polar ice. So, climate change stuff. Sounds worthwhile and is relevant to my interests.
emperorchampion
Profile Blog Joined December 2008
Canada9496 Posts
September 15 2017 15:05 GMT
#18102
On September 15 2017 22:45 travis wrote:
Looks like my class was only using ruby for project 1. Apparently the next 3 projects are now functional programming in OCaml. The language seems a little odd, since every language has been fairly similar up to this point. Except C I guess, but even that wasn't as much of an oddball as ocaml.

Anything crucial I should know? I know that everything is immutable in ocaml, which I guess is kind of the point with functional programming?

So no reassigning values within the same scope then? Any other tips from someone who had to suddenly switch to functional programming from imperative?



In other news it looks like I will be doing some research this semester! Going to be helping someone from NASA develop python scripts to predict changes to polar ice. So, climate change stuff. Sounds worthwhile and is relevant to my interests.


That project seems pretty awesome! Too bad you're going to be incredibly depressed afterwards when you figure out how quickly the ice is melting...
TRUEESPORTS || your days as a respected member of team liquid are over
Manit0u
Profile Blog Joined August 2004
Poland17420 Posts
Last Edited: 2017-09-15 16:16:23
September 15 2017 16:11 GMT
#18103
I'd love to work on such project.

And regarding your classes: why the hell would they choose OCaml to teach you functional programming instead of something that's more widely used in the real world? There's Haskell, Erlang, Clojure... Technically, you could do functional programming in Ruby and Python too, you just wouldn't be using some of the language's features.
Time is precious. Waste it wisely.
Deleted User 3420
Profile Blog Joined May 2003
24492 Posts
September 16 2017 01:22 GMT
#18104
I think we use it because some of the school's sponsors push it

anyways I already ran into a snag, and I am reading a lot about it but it's just so confusing to figure this out



let head_equal_tail lst = match lst with
[] -> false
| h::[] -> false
| h::t -> true


This is fine. But not what I want. I want to see if h = t



let head_equal_tail lst = match lst with
[] -> false
| h::[] -> false
| h::t -> (h = t)


not ok...
"Error: This expression has type 'a list
but an expression was expected of type 'a
The type variable 'a occurs inside 'a list"

ok so.. it evaluates to bool but I can't use it because it's not the same type as everything else? well then how the hell am I supposed to do this in a reasonable way?
Manit0u
Profile Blog Joined August 2004
Poland17420 Posts
Last Edited: 2017-09-16 03:04:24
September 16 2017 02:29 GMT
#18105
I'm sorry. If it was Lisp or Clojure (or Erlang, or Python, or Ruby, or many other things) I might be able to help you. As it is, I don't know enough about OCaml to be of any help. The biggest problem with such niche languages is that it's very hard to find help, there have been no best practices developed by large enough community over the years etc. I'm afraid you're in the dark here and it will be bloody hard to get some light in there.

https://www.reddit.com/r/programming/comments/42s7i1/why_ocaml/
https://softwareengineering.stackexchange.com/questions/62685/why-isnt-ocaml-more-popular

Maybe this will help you: https://mitpress.mit.edu/sicp/full-text/book/book.html
Time is precious. Waste it wisely.
Hanh
Profile Joined June 2016
146 Posts
September 16 2017 02:51 GMT
#18106
The error says that the expression h=t is not valid. h is an element and t is a list.

If the list is 1,2,3,4
h=1
t=2,3,4
spinesheath
Profile Blog Joined June 2009
Germany8679 Posts
Last Edited: 2017-09-16 08:32:53
September 16 2017 08:23 GMT
#18107
On September 16 2017 10:22 travis wrote:
I think we use it because some of the school's sponsors push it

anyways I already ran into a snag, and I am reading a lot about it but it's just so confusing to figure this out



let head_equal_tail lst = match lst with
[] -> false
| h::[] -> false
| h::t -> true


This is fine. But not what I want. I want to see if h = t



let head_equal_tail lst = match lst with
[] -> false
| h::[] -> false
| h::t -> (h = t)


not ok...
"Error: This expression has type 'a list
but an expression was expected of type 'a
The type variable 'a occurs inside 'a list"

ok so.. it evaluates to bool but I can't use it because it's not the same type as everything else? well then how the hell am I supposed to do this in a reasonable way?

I haven't actually used OCaml or really any real functional language, so take it with a grain of salt. But from what I know, you're matching the input against a couple of patterns here:
[] -> lst is an empty list
h::[] -> lst has exactly one element h followed by an empty list
h::t -> lst has exactly one element h followed by a list t (tail) which could be empty if it wasn't for the the previous pattern

When deconstructing a list like that, you always have a single element as the head and the original list minus the head as the tail. The tail is always a list.
Now you obviously can't compare single elements to entire lists, OCaml has proper typing as far as I know.

What exactly do you want? That the tail t is also exactly one element and that element is equal to h? That the very last element in the tail is equal to h? Something else?

I'm not sure what OCaml offers you here, but for the very last element, I'd expect to have to use some existing function or recursion. For 1st = 2nd in lst, either you can match something like h1:h2::t (I have no idea what the syntax would be, intention is to match "2 heads" and the tail), or you use another pattern matching on t inside the 3rd pattern.


I think it's ok to use OCaml at university. It's a decent language from what I hear, at least for academic purposes. The important point is that you learn how functional programming works, and that's fairly independant from the actual language. If you want to be capable of using a language productively (at a job etc), you probably will have to put in way more time than what you'd need just for university anyways. And even if they used a more popular language at university, chances are it's still not the one that would be actually useful for you.
If you have a good reason to disagree with the above, please tell me. Thank you.
Deleted User 3420
Profile Blog Joined May 2003
24492 Posts
Last Edited: 2017-09-16 12:29:11
September 16 2017 12:25 GMT
#18108
yeah you guys were exactly right, awesome

and manitou: i think what you are saying may actually be a part of the reason they picked ocaml. They want something that's a little bit harder to get help with, lol. they are dicks like that. It seems this class is largely about reading documentation and learning new languages quickly (in 4 or 5 weeks we switch again, to prolog). However, the documentation for ocaml is abysmal to read.
Manit0u
Profile Blog Joined August 2004
Poland17420 Posts
Last Edited: 2017-09-16 18:31:19
September 16 2017 18:28 GMT
#18109
On September 16 2017 21:25 travis wrote:
yeah you guys were exactly right, awesome

and manitou: i think what you are saying may actually be a part of the reason they picked ocaml. They want something that's a little bit harder to get help with, lol. they are dicks like that. It seems this class is largely about reading documentation and learning new languages quickly (in 4 or 5 weeks we switch again, to prolog). However, the documentation for ocaml is abysmal to read.


Wow. You can "learn" new language in a couple of days but it takes months to get semi-comfortable with it and years to actually understand it and know why some things are done this way rather than another. I really don't know what's the point of this course then. Learning new languages comes easier naturally with accumulated experience, not with force feeding them to people. If you only get 4-5 weeks of learning the language I can bet that in about 6 months you won't remember 99% of what you've learned (which, in my opinion, makes this entire exercise a waste of time). It's especially true for more esoteric languages (like OCaml and Prolog).

I've had a course in AI programming in Lisp at the university. It lasted entire year and I'm not sure I'd be able to write even a simple program in Lisp today without having to re-learn the basics. Good luck remembering something after just 4 weeks.
Time is precious. Waste it wisely.
mahrgell
Profile Blog Joined December 2009
Germany3943 Posts
September 16 2017 19:33 GMT
#18110
On September 17 2017 03:28 Manit0u wrote:
Show nested quote +
On September 16 2017 21:25 travis wrote:
yeah you guys were exactly right, awesome

and manitou: i think what you are saying may actually be a part of the reason they picked ocaml. They want something that's a little bit harder to get help with, lol. they are dicks like that. It seems this class is largely about reading documentation and learning new languages quickly (in 4 or 5 weeks we switch again, to prolog). However, the documentation for ocaml is abysmal to read.


Wow. You can "learn" new language in a couple of days but it takes months to get semi-comfortable with it and years to actually understand it and know why some things are done this way rather than another. I really don't know what's the point of this course then. Learning new languages comes easier naturally with accumulated experience, not with force feeding them to people. If you only get 4-5 weeks of learning the language I can bet that in about 6 months you won't remember 99% of what you've learned (which, in my opinion, makes this entire exercise a waste of time). It's especially true for more esoteric languages (like OCaml and Prolog).

I've had a course in AI programming in Lisp at the university. It lasted entire year and I'm not sure I'd be able to write even a simple program in Lisp today without having to re-learn the basics. Good luck remembering something after just 4 weeks.


I strongly disagree here.
At least not with the course being pointless. Yes, the language will neither be properly learned and even less will the language be remembered later on. But I don't think this is the goal anyway. (In fact, I don't believe teaching programming languages to a lasting effect is ever the goal at a university class...)

But given it's very special structure, really different from most classic languages, the course will still give insight in an entirely different approach to the whole topic of coding. Imho university classes are generally more focussed on putting you in different point of views, teaching your different approaches and general ideas how to tackle problems.

The real coding in the language of your choice is your job at home. This you have to do yourself. But learning how to properly think about the issue and how you could tackle the issue is the real key in those classes.

And I have seen enough people who know the languages, but don't know how to "think about coding". And the results of those are devastating. And working together in shared projects, and talking about how to do things is even worse.


And yes, today I don't remember a thing about my ultra short introduction into Haskell from almost a decade ago. But it still widened my horizon and this I actually kept. Same about PROLOG. I would never consider those classes a waste of time. I think it helped my skills, regardless the language I choose today.

Manit0u
Profile Blog Joined August 2004
Poland17420 Posts
September 16 2017 20:09 GMT
#18111
On September 17 2017 04:33 mahrgell wrote:
Show nested quote +
On September 17 2017 03:28 Manit0u wrote:
On September 16 2017 21:25 travis wrote:
yeah you guys were exactly right, awesome

and manitou: i think what you are saying may actually be a part of the reason they picked ocaml. They want something that's a little bit harder to get help with, lol. they are dicks like that. It seems this class is largely about reading documentation and learning new languages quickly (in 4 or 5 weeks we switch again, to prolog). However, the documentation for ocaml is abysmal to read.


Wow. You can "learn" new language in a couple of days but it takes months to get semi-comfortable with it and years to actually understand it and know why some things are done this way rather than another. I really don't know what's the point of this course then. Learning new languages comes easier naturally with accumulated experience, not with force feeding them to people. If you only get 4-5 weeks of learning the language I can bet that in about 6 months you won't remember 99% of what you've learned (which, in my opinion, makes this entire exercise a waste of time). It's especially true for more esoteric languages (like OCaml and Prolog).

I've had a course in AI programming in Lisp at the university. It lasted entire year and I'm not sure I'd be able to write even a simple program in Lisp today without having to re-learn the basics. Good luck remembering something after just 4 weeks.


I strongly disagree here.
At least not with the course being pointless. Yes, the language will neither be properly learned and even less will the language be remembered later on. But I don't think this is the goal anyway. (In fact, I don't believe teaching programming languages to a lasting effect is ever the goal at a university class...)

But given it's very special structure, really different from most classic languages, the course will still give insight in an entirely different approach to the whole topic of coding. Imho university classes are generally more focussed on putting you in different point of views, teaching your different approaches and general ideas how to tackle problems.

The real coding in the language of your choice is your job at home. This you have to do yourself. But learning how to properly think about the issue and how you could tackle the issue is the real key in those classes.

And I have seen enough people who know the languages, but don't know how to "think about coding". And the results of those are devastating. And working together in shared projects, and talking about how to do things is even worse.


And yes, today I don't remember a thing about my ultra short introduction into Haskell from almost a decade ago. But it still widened my horizon and this I actually kept. Same about PROLOG. I would never consider those classes a waste of time. I think it helped my skills, regardless the language I choose today.



I've never said that learning other languages is pointless. What is pointless is giving them just 4 weeks. It' not enough time in my opinion to really widen your horizons and teach you how to think about code. During this time you'll mostly just peruse the docs just to make the thing you're trying to do work. For the language to broaden your thinking you need to "get it" and understand what's so different about it from other languages you've been working with apart from the syntax. You can only do that once you're somewhat comfortable with the language and its structure, when you no longer need to focus on trivial stuff like "How do I properly iterate/recurse/map/reduce this structure here?".
Time is precious. Waste it wisely.
mahrgell
Profile Blog Joined December 2009
Germany3943 Posts
September 16 2017 20:26 GMT
#18112
On September 17 2017 05:09 Manit0u wrote:
Show nested quote +
On September 17 2017 04:33 mahrgell wrote:
On September 17 2017 03:28 Manit0u wrote:
On September 16 2017 21:25 travis wrote:
yeah you guys were exactly right, awesome

and manitou: i think what you are saying may actually be a part of the reason they picked ocaml. They want something that's a little bit harder to get help with, lol. they are dicks like that. It seems this class is largely about reading documentation and learning new languages quickly (in 4 or 5 weeks we switch again, to prolog). However, the documentation for ocaml is abysmal to read.


Wow. You can "learn" new language in a couple of days but it takes months to get semi-comfortable with it and years to actually understand it and know why some things are done this way rather than another. I really don't know what's the point of this course then. Learning new languages comes easier naturally with accumulated experience, not with force feeding them to people. If you only get 4-5 weeks of learning the language I can bet that in about 6 months you won't remember 99% of what you've learned (which, in my opinion, makes this entire exercise a waste of time). It's especially true for more esoteric languages (like OCaml and Prolog).

I've had a course in AI programming in Lisp at the university. It lasted entire year and I'm not sure I'd be able to write even a simple program in Lisp today without having to re-learn the basics. Good luck remembering something after just 4 weeks.


I strongly disagree here.
At least not with the course being pointless. Yes, the language will neither be properly learned and even less will the language be remembered later on. But I don't think this is the goal anyway. (In fact, I don't believe teaching programming languages to a lasting effect is ever the goal at a university class...)

But given it's very special structure, really different from most classic languages, the course will still give insight in an entirely different approach to the whole topic of coding. Imho university classes are generally more focussed on putting you in different point of views, teaching your different approaches and general ideas how to tackle problems.

The real coding in the language of your choice is your job at home. This you have to do yourself. But learning how to properly think about the issue and how you could tackle the issue is the real key in those classes.

And I have seen enough people who know the languages, but don't know how to "think about coding". And the results of those are devastating. And working together in shared projects, and talking about how to do things is even worse.


And yes, today I don't remember a thing about my ultra short introduction into Haskell from almost a decade ago. But it still widened my horizon and this I actually kept. Same about PROLOG. I would never consider those classes a waste of time. I think it helped my skills, regardless the language I choose today.



I've never said that learning other languages is pointless. What is pointless is giving them just 4 weeks. It' not enough time in my opinion to really widen your horizons and teach you how to think about code. During this time you'll mostly just peruse the docs just to make the thing you're trying to do work. For the language to broaden your thinking you need to "get it" and understand what's so different about it from other languages you've been working with apart from the syntax. You can only do that once you're somewhat comfortable with the language and its structure, when you no longer need to focus on trivial stuff like "How do I properly iterate/recurse/map/reduce this structure here?".


Well... Imho the more different the language is, the less time is needed for the student to extract some new approach here. It isn't about mastery.
And given how much you have to bend your mind to "How do I properly iterate/recurse/map/reduce this structure here?" here, you are actually already learning here.


Most people, being thrown into a new language, will often produce code which looks almost like what they would have written in their language of origin. There are 2 big moments of learning, usually:
a) the moment you realize you can't do things the way you always have done, and now have to figure out how to do it here
b) the moment you realize, you can do things more efficient using the new language, instead of following your old ways.

b) is entirely out of reach for such super short introductions. And the moment you reach this point is probably the farther away, the more different the languages are.
But a) is the opposite. It actually happens much earlier, when the languages are super different. In this case, it already happens at the "How do I properly iterate/recurse/map/reduce this structure here?" stage. If the course only wants to grab this eye-opening moment.... This can be done in 4 weeks. Introduce it with some examples, let people repeat those simple examples, then let people apply those simple examples for slightly more advanced functions, like he posted above. Add an outlook, and you grabbed a good effect/time ratio.

And here it actually makes sense to pick some language which is more difficult to find c+p solutions for online. Because c+p is probably the killer of the entire a)-type learning. :D
Liebig
Profile Joined August 2010
France738 Posts
September 16 2017 22:14 GMT
#18113
On September 16 2017 01:11 Manit0u wrote:
I'd love to work on such project.

And regarding your classes: why the hell would they choose OCaml to teach you functional programming instead of something that's more widely used in the real world? There's Haskell, Erlang, Clojure... Technically, you could do functional programming in Ruby and Python too, you just wouldn't be using some of the language's features.

I think it's fairly debatable to say that Haskell is more widely used than OCaml in the real world, they're both pretty much niche.

Facebook both uses Haskell and OCaml btw. Haskell for their spam infrastructure iirc and OCaml for some static analysis tool.
Liebig
Profile Joined August 2010
France738 Posts
September 16 2017 22:26 GMT
#18114
On September 15 2017 22:45 travis wrote:
Anything crucial I should know? I know that everything is immutable in ocaml, which I guess is kind of the point with functional programming?

That's wrong. OCaml isn't pure.

You can write a counter function for example.

# let count = let x = ref 0 in let foo () = incr x; !x in foo;;
val count : unit -> int = <fun>
# count ();;
- : int = 1
# count ();;
- : int = 2
# count ();;
- : int = 3
# count ();;
- : int = 4
Acrofales
Profile Joined August 2010
Spain18108 Posts
September 17 2017 09:12 GMT
#18115
On September 16 2017 10:22 travis wrote:
I think we use it because some of the school's sponsors push it

anyways I already ran into a snag, and I am reading a lot about it but it's just so confusing to figure this out



let head_equal_tail lst = match lst with
[] -> false
| h::[] -> false
| h::t -> true


This is fine. But not what I want. I want to see if h = t



let head_equal_tail lst = match lst with
[] -> false
| h::[] -> false
| h::t -> (h = t)


not ok...
"Error: This expression has type 'a list
but an expression was expected of type 'a
The type variable 'a occurs inside 'a list"

ok so.. it evaluates to bool but I can't use it because it's not the same type as everything else? well then how the hell am I supposed to do this in a reasonable way?


Hanh already pointed it out, but tail is a list. I don't know the exact syntax of ocaml, but you'll want to do something of the kind:




let head_equal_tail lst = match lst with
[] -> false
| h::[] -> false
| h1::h2::t -> (h1 = h2)


That will return true if the first 2 elements of your list are equal (assuming the syntax is correct, which I cannot help you with), and otherwise false.
aRyuujin
Profile Blog Joined January 2011
United States5049 Posts
September 17 2017 21:56 GMT
#18116
On September 17 2017 07:14 Liebig wrote:
Show nested quote +
On September 16 2017 01:11 Manit0u wrote:
I'd love to work on such project.

And regarding your classes: why the hell would they choose OCaml to teach you functional programming instead of something that's more widely used in the real world? There's Haskell, Erlang, Clojure... Technically, you could do functional programming in Ruby and Python too, you just wouldn't be using some of the language's features.

I think it's fairly debatable to say that Haskell is more widely used than OCaml in the real world, they're both pretty much niche.

Facebook both uses Haskell and OCaml btw. Haskell for their spam infrastructure iirc and OCaml for some static analysis tool.


i am a haskell programmer, there is a decent haskell community, ocaml seems popular in fintech though
can i get my estro logo back pls
sabas123
Profile Blog Joined December 2010
Netherlands3122 Posts
Last Edited: 2017-09-18 19:40:07
September 18 2017 19:39 GMT
#18117
On September 18 2017 06:56 aRyuujin wrote:
Show nested quote +
On September 17 2017 07:14 Liebig wrote:
On September 16 2017 01:11 Manit0u wrote:
I'd love to work on such project.

And regarding your classes: why the hell would they choose OCaml to teach you functional programming instead of something that's more widely used in the real world? There's Haskell, Erlang, Clojure... Technically, you could do functional programming in Ruby and Python too, you just wouldn't be using some of the language's features.

I think it's fairly debatable to say that Haskell is more widely used than OCaml in the real world, they're both pretty much niche.

Facebook both uses Haskell and OCaml btw. Haskell for their spam infrastructure iirc and OCaml for some static analysis tool.


i am a haskell programmer, there is a decent haskell community, ocaml seems popular in fintech though

Its always funny seeing OCaml randomly in the wild somewhere, for instance I just found out that one of the biggest unikernels MirageOS is written in OCaml.

Also do you use Haskell at your job?
The harder it becomes, the more you should focus on the basics.
Manit0u
Profile Blog Joined August 2004
Poland17420 Posts
September 20 2017 23:56 GMT
#18118
Guys, I need a bit of help with conceptual work. Maybe some of you have had any experience with something like that before...

Basically it's all about process pipelining. We create the configuration and then each process step (step in the pipeline) receives some input files and produces some output files. The problem I'm facing at the moment is that different processes require different file and I need to map the correlations.

Example:

Process A has input files a, b, c and produces output files d, e.
Process B has input files f, g and produces output file h.

All the inputs/outputs need to be unique (it matters which one is which, don't ask me why) so when I go to the next step in the pipeline (process A finished) I need to know that I have to pass output d as input g and output e as input f so that process B can start.

I can't discover/calculate this on the fly since process configuration might change but all of the old jobs (series of steps) have to retain their old configuration.

Now. What do you think would be the best way to map such configurations in the database (postgres) so that it isn't too clunky to retrieve/parse?

The only thing I came up with this far is some form of config table, which will be attached to the process (one process has many configs and each config specifies the relation between output of this process and input of the next one) but this seems super fragile...
Time is precious. Waste it wisely.
NovemberstOrm
Profile Blog Joined September 2011
Canada16217 Posts
September 22 2017 03:54 GMT
#18119
Anyone familiar with Moment JS? And knows how to parse dates/time pulled from an API(json format) into only hours/minutes?
Moderatorlickypiddy
Acrofales
Profile Joined August 2010
Spain18108 Posts
September 22 2017 05:24 GMT
#18120
On September 21 2017 08:56 Manit0u wrote:
Guys, I need a bit of help with conceptual work. Maybe some of you have had any experience with something like that before...

Basically it's all about process pipelining. We create the configuration and then each process step (step in the pipeline) receives some input files and produces some output files. The problem I'm facing at the moment is that different processes require different file and I need to map the correlations.

Example:

Process A has input files a, b, c and produces output files d, e.
Process B has input files f, g and produces output file h.

All the inputs/outputs need to be unique (it matters which one is which, don't ask me why) so when I go to the next step in the pipeline (process A finished) I need to know that I have to pass output d as input g and output e as input f so that process B can start.

I can't discover/calculate this on the fly since process configuration might change but all of the old jobs (series of steps) have to retain their old configuration.

Now. What do you think would be the best way to map such configurations in the database (postgres) so that it isn't too clunky to retrieve/parse?

The only thing I came up with this far is some form of config table, which will be attached to the process (one process has many configs and each config specifies the relation between output of this process and input of the next one) but this seems super fragile...


Why a postgres database? It sounds like you are trying to find a formal way of describing the structure of your relations, and not just the relations themselves. So you would want a language capable of representing and reasoning about the relational model of your database. That's a subset of first order logic, so mb look into that: by the sound of it, you could use prolog to do it fairly easily. You could also use OWL. These languages are built for reasoning about relations in a broader sense than SQL is. For instance, you can write the rules governing the system in the same language, for instance you can write in first order logic rules such as:

\forall b in Processes: \forall i in Wires: if input(, w) then (w in ProblemInputs or \exists b' in Processes \exists w' in Wires: b != b' and w != w' and output(b', w')

Or in language: all inputs of all your processes are properly connected. This can be done in Prolog and some flavors of OWL (which one is sometimes a bit tricky to figure out).

You can then verify that whatever configuration your user came up with satisfies the rules of the system.
Prev 1 904 905 906 907 908 1032 Next
Please log in or register to reply.
Live Events Refresh
LAN Event
18:00
Day 3: Ursa 2v2, FFA
SteadfastSC393
IndyStarCraft 177
LiquipediaDiscussion
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
mouzHeroMarine 499
SteadfastSC 393
White-Ra 211
IndyStarCraft 177
UpATreeSC 142
ProTech125
Railgan 67
ROOTCatZ 43
StarCraft: Brood War
Shuttle 460
Bonyth 69
ivOry 14
Dota 2
Dendi985
Counter-Strike
pashabiceps1182
Foxcn163
Super Smash Bros
Liquid`Ken9
Heroes of the Storm
Liquid`Hasu516
Other Games
Beastyqt728
fl0m665
Mlord452
FrodaN427
shahzam403
KnowMe185
Pyrionflax168
C9.Mang0125
ArmadaUGS115
ToD77
Mew2King74
Trikslyr53
OptimusSC21
Organizations
Counter-Strike
PGL192
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 20 non-featured ]
StarCraft 2
• Adnapsc2 11
• Reevou 9
• Dystopia_ 0
• Kozan
• sooper7s
• AfreecaTV YouTube
• Migwel
• LaughNgamezSOOP
• intothetv
• IndyKCrew
StarCraft: Brood War
• STPLYoutube
• ZZZeroYoutube
• BSLYoutube
Dota 2
• C_a_k_e 3055
• Ler92
League of Legends
• TFBlade886
Other Games
• imaqtpie1303
• WagamamaTV341
• Scarra290
• Shiphtur221
Upcoming Events
OSC
1h
Replay Cast
2h
OSC
15h
LAN Event
18h
Korean StarCraft League
1d 6h
CranKy Ducklings
1d 13h
LAN Event
1d 18h
IPSL
1d 21h
dxtr13 vs OldBoy
Napoleon vs Doodle
BSL 21
1d 23h
Gosudark vs Kyrie
Gypsy vs Sterling
UltrA vs Radley
Dandy vs Ptak
Replay Cast
2 days
[ Show More ]
Sparkling Tuna Cup
2 days
WardiTV Korean Royale
2 days
LAN Event
2 days
IPSL
2 days
JDConan vs WIZARD
WolFix vs Cross
BSL 21
2 days
spx vs rasowy
HBO vs KameZerg
Cross vs Razz
dxtr13 vs ZZZero
Replay Cast
3 days
Wardi Open
3 days
WardiTV Korean Royale
4 days
Replay Cast
5 days
Kung Fu Cup
5 days
Classic vs Solar
herO vs Cure
Reynor vs GuMiho
ByuN vs ShoWTimE
Tenacious Turtle Tussle
6 days
The PondCast
6 days
RSL Revival
6 days
Solar vs Zoun
MaxPax vs Bunny
Kung Fu Cup
6 days
WardiTV Korean Royale
6 days
Liquipedia Results

Completed

BSL 21 Points
SC4ALL: StarCraft II
Eternal Conflict S1

Ongoing

C-Race Season 1
IPSL Winter 2025-26
KCM Race Survival 2025 Season 4
SOOP Univ League 2025
YSL S2
IEM Chengdu 2025
PGL Masters Bucharest 2025
Thunderpick World Champ.
CS Asia Championships 2025
ESL Pro League S22
StarSeries Fall 2025
FISSURE Playground #2
BLAST Open Fall 2025
BLAST Open Fall Qual
Esports World Cup 2025

Upcoming

BSL Season 21
SLON Tour Season 2
BSL 21 Non-Korean Championship
Acropolis #4
HSC XXVIII
RSL Offline Finals
WardiTV 2025
RSL Revival: Season 3
Stellar Fest
META Madness #9
BLAST Bounty Winter 2026: Closed Qualifier
eXTREMESLAND 2025
ESL Impact League Season 8
SL Budapest Major 2025
BLAST Rivals Fall 2025
TLPD

1. ByuN
2. TY
3. Dark
4. Solar
5. Stats
6. Nerchio
7. sOs
8. soO
9. INnoVation
10. Elazer
1. Rain
2. Flash
3. EffOrt
4. Last
5. Bisu
6. Soulkey
7. Mini
8. Sharp
Sidebar Settings...

Advertising | Privacy Policy | Terms Of Use | Contact Us

Original banner artwork: Jim Warren
The contents of this webpage are copyright © 2025 TLnet. All Rights Reserved.