Viewing profile — usgroup
usgroup
HN member- Joined
- Tue, Sep 13, 2016, 7:29 AM UTC
- HN karma
- 2,683
- Public activity
- 1,328 items
- HN profile
- View on Hacker News ↗
About usgroup
No profile information was provided.
Recent public activity
- story
- story
- story
- story
-
comment
Comment #47374202
[dead]
-
comment
Comment #47327865
[dead]
- story
-
comment
Comment #46943301
[dead]
- story
-
comment
Comment #46705113
https://awesomeclaude.ai/ralph-wiggum
- story
-
comment
Comment #46683510
Well that would be extra information. Wherever you find the edge of your information, you will find the "problem of induction" as presented above.
-
comment
Comment #46678667
yes, if you decide one of them is much more likely without reference to the data, then it will be much more likely :)
-
comment
Comment #46678371
This issue happens at the edge of every induction. These two rules support their data equally well: data: T T T T T T F rule1: for all i: T rule2: for i < 7: T else F
- story
-
comment
Comment #46650037
SWI Prolog is just fine, and you'll find it to be batteries included unlike many other choices. The first thing to learn is the "Prolog state of mind", or how to express your inten…
-
comment
Comment #46649979
Personally I don't like the Standard ML based mash-ups. I think Curry is an interesting take on logic programming. A sort of Haskell meets Prolog.
-
comment
Comment #46649946
I can recommend "Simply Logical". I also suggest Advent of Code as a nice way to cut your teeth with expressing thoughts with Prolog.
-
comment
Comment #46649918
Generally speaking, Prolog syntax is ridiculously simple and uniform. Its pattern matching is the most universal of any programming language partly because of this.
-
comment
Comment #46649863
Yeah that sounds like me too. Prolog became a fetish a few years ago. I used it intensely for 2 years, wrote a lot about it, until it became a part of me. Its intangible what it do…
-
comment
Comment #46649799
No, datalog is a decidable subset of Prolog. That changes everything.
-
comment
Comment #46644790
I think this article is problematic because Prolog is truly a different paradigm which requires time to understand. Laments about no strings, no functions and "x is confusing" read…
- story
- story
- story