<cquinn>
The pony-for-java chapter that I wrote is pretty short, and just meant to be a brief introduction. And it's not finished.
<cquinn>
But you can start there.
<freeemint>
Ok, mhh, thanks.
<freeemint>
For what applications would you not recommend to use Pony.
<SeanTAllen>
freemint the BSD license doesn't forbid commercial use
<SeanTAllen>
I would recommend starting with tutorial. Pony for X is very new at this point and there isn't much there. That said, if there is content in Pony for X that helps you, everyone would love to hear about it.
tm-exa has joined #ponylang
<SeanTAllen>
Freemint- pony is rather immature compared to other options so, if immaturity is a worry, I'd say, use something else.
<SeanTAllen>
If you are doing programming that is easily handled by 1 thread, then another language is going to provide a better experience at this time
tm-exa has quit [Quit: Computer has gone to sleep]
tm-exa has joined #ponylang
tm-exa has quit [Quit: Computer has gone to sleep]
tm-exa has joined #ponylang
tm-exa has quit [Quit: Computer has gone to sleep]
tm-exa has joined #ponylang
Perelandric has joined #ponylang
trapped has joined #ponylang
tm-exa has quit [Quit: Computer has gone to sleep]
lfd has joined #ponylang
lfd has quit [Client Quit]
jemc has joined #ponylang
trapped has quit [Read error: Connection reset by peer]
copy` has joined #ponylang
theodus has joined #ponylang
copy` has quit [Quit: Connection closed for inactivity]
amclain has joined #ponylang
theodus has quit []
graaff has quit [Quit: Leaving]
trapped has joined #ponylang
jemc has quit [Quit: WeeChat 1.4]
jemc has joined #ponylang
jemc has quit [Ping timeout: 258 seconds]
trapped has quit [Read error: Connection reset by peer]
jemc has joined #ponylang
TwoNotes has joined #ponylang
<TwoNotes>
My SegFaults seem to be caused by something stomping on Actor data structures. Is there a way to find a list of all allocated Actors so I can maybe catch it in the act?
shepheb has quit [Remote host closed the connection]
freeemint has quit [Remote host closed the connection]
<TwoNotes>
The Segment Faults that happen constantly on ARM (in the guts of actor.c) do not happen at all on X86_64
<TwoNotes>
From the way the ACtor struct is corrupted, I would suspect something wrong with the heap allocator