Groups
Conversations
All groups and messages
Send feedback to Google
Help
Training
Sign in
Groups
ooc-lang
Conversations
About
ooc-lang
Contact owners and managers
1–30 of 83
Welcome! This group's purpose is to discuss the
ooc language
.
As usual, please apply
respect
and
constructive criticism
in healthy doses.
Mark all as read
Report group
0 selected
droid...@gmail.com
,
gorgon....@gmail.com
2
4/18/19
Bare metal development in OOC?
在 2014年9月30日星期二 UTC+1下午5:02:05,droid...@gmail.com写道: > Hello! I'm interested in trying out OOC
unread,
Bare metal development in OOC?
在 2014年9月30日星期二 UTC+1下午5:02:05,droid...@gmail.com写道: > Hello! I'm interested in trying out OOC
4/18/19
rajamu...@gmail.com
7/1/17
Does ooc support bit fields?
I'm considering using ooc to rewrite a binary linker and need support for fix width bit fields.
unread,
Does ooc support bit fields?
I'm considering using ooc to rewrite a binary linker and need support for fix width bit fields.
7/1/17
h3l1xc
, …
janlim...@gmail.com
3
4/23/17
rock crashes with an empty main function that returns 0
Em sábado, 12 de março de 2016 19:56:29 UTC-3, cheesy.fr...@gmail.com escreveu: > On Friday,
unread,
rock crashes with an empty main function that returns 0
Em sábado, 12 de março de 2016 19:56:29 UTC-3, cheesy.fr...@gmail.com escreveu: > On Friday,
4/23/17
luk....@gmail.com
,
Ryan Gonzalez
3
4/21/17
ooc grammar
Dne pátek 21. dubna 2017 17:11:15 UTC+2 Ryan Gonzalez napsal(a): > https://github.com/ooc-lang/
unread,
ooc grammar
Dne pátek 21. dubna 2017 17:11:15 UTC+2 Ryan Gonzalez napsal(a): > https://github.com/ooc-lang/
4/21/17
Ryan Gonzalez
,
luk....@gmail.com
2
4/21/17
An ooc syntax highlighting bundle for the Howl text editor!
awesome, good work!
unread,
An ooc syntax highlighting bundle for the Howl text editor!
awesome, good work!
4/21/17
Bruce Davidson
,
Ryan Gonzalez
4
1/27/17
Getting Started
Well, I found this, it will suffice: https://github.com/fasterthanlime/isaac-paper On Friday, January
unread,
Getting Started
Well, I found this, it will suffice: https://github.com/fasterthanlime/isaac-paper On Friday, January
1/27/17
Bruce Davidson
,
h3l1xc
5
1/27/17
Sam doesn't install on linux
Oh, it's the install instructions are wrong. Later on, it has you set the OOC_LIBS environment
unread,
Sam doesn't install on linux
Oh, it's the install instructions are wrong. Later on, it has you set the OOC_LIBS environment
1/27/17
Yves Cloutier
12/11/16
Error building sam
Hello all, I get the following trying to buildsam: rock -v Parsing... Resolving... [lang/Backtrace]
unread,
Error building sam
Hello all, I get the following trying to buildsam: rock -v Parsing... Resolving... [lang/Backtrace]
12/11/16
Yves Cloutier
12/11/16
Printable ooc Documentation
Hello, I'm wondering if there is a PDF or other "all in one" ooc lang documentation
unread,
Printable ooc Documentation
Hello, I'm wondering if there is a PDF or other "all in one" ooc lang documentation
12/11/16
sjpsc...@gmail.com
,
Amos Wenger
3
11/24/16
sqlite access
Thank you. Will give a go.
unread,
sqlite access
Thank you. Will give a go.
11/24/16
v.ric...@gmail.com
,
Jeremy Clarke
2
11/5/16
What a pity ooc use blank as separator: would it be possible to create a fork using a dot
Hey! I can't really comment on the feasibility of making such a fork, it may be a case of
unread,
What a pity ooc use blank as separator: would it be possible to create a fork using a dot
Hey! I can't really comment on the feasibility of making such a fork, it may be a case of
11/5/16
david.h...@vidhance.com
11/19/15
Putting tuples or arrays in a Cell
You can put things in Cells, but can you put (ooc) arrays in Cells (ieeg Cell<Array> new(foo))?
unread,
Putting tuples or arrays in a Cell
You can put things in Cells, but can you put (ooc) arrays in Cells (ieeg Cell<Array> new(foo))?
11/19/15
thack...@gmail.com
, …
david.h...@vidhance.com
3
11/19/15
Disabling the standard library
On Sunday, November 15, 2015 at 9:57:56 PM UTC+1, fasterthanlime wrote: > "supported" is
unread,
Disabling the standard library
On Sunday, November 15, 2015 at 9:57:56 PM UTC+1, fasterthanlime wrote: > "supported" is
11/19/15
david.h...@vidhance.com
, …
Jeremy Clarke
5
11/13/15
for loops with range range
Ah yes, I thought I was missing something more obvious here, though range variables would take a bit
unread,
for loops with range range
Ah yes, I thought I was missing something more obvious here, though range variables would take a bit
11/13/15
david.h...@gmail.com
,
House Zet
5
8/21/15
operator += in Covers
+= can be implemented explicitly, but only works for classes now Covers are passed by value so you
unread,
operator += in Covers
+= can be implemented explicitly, but only works for classes now Covers are passed by value so you
8/21/15
david.h...@gmail.com
8/3/15
Cover from... cover
Hi! I've run into a silly problem. In my project ooc-math, I have this cover, FloatPoint2D, which
unread,
Cover from... cover
Hi! I've run into a silly problem. In my project ooc-math, I have this cover, FloatPoint2D, which
8/3/15
jonath...@gmail.com
, …
jon...@gmail.com
6
7/30/15
Using map on ArrayList and then join gives segmentation fault
Thank you for fast answers :) I'ts nice to know the reson to the problem even if it dosen't
unread,
Using map on ArrayList and then join gives segmentation fault
Thank you for fast answers :) I'ts nice to know the reson to the problem even if it dosen't
7/30/15
Bruce M. Axtens
, …
David Hesselbom
16
7/23/15
Build problems in MinGW 32bit
... those are memory addresses, not pointers. Right? Also why do you want me to hate you On Wed, Jul
unread,
Build problems in MinGW 32bit
... those are memory addresses, not pointers. Right? Also why do you want me to hate you On Wed, Jul
7/23/15
david.h...@gmail.com
, …
Amos Wenger
10
7/15/15
Inlining functions
Answering off the top of my head, since my current rock is broken due to refactoring and have little
unread,
Inlining functions
Answering off the top of my head, since my current rock is broken due to refactoring and have little
7/15/15
martin....@gmail.com
, …
Amos Wenger
3
7/14/15
Go-style Channels documented but not in the sdk?
The commit message is truthful, BTW. The basic concept was there but nowhere near go's
unread,
Go-style Channels documented but not in the sdk?
The commit message is truthful, BTW. The basic concept was there but nowhere near go's
7/14/15
Ryan Gonzalez
7/11/15
Clang line numbers
So... Clang is great. However, when a C codegen error occurs, unlikr GCC, it prints the line of the C
unread,
Clang line numbers
So... Clang is great. However, when a C codegen error occurs, unlikr GCC, it prints the line of the C
7/11/15
fasterthanlime
7/11/15
rock 0.9.10 is out!
I'm happy to announce the release of rock 0.9.10, codename 'rita'! Release notes: http://
unread,
rock 0.9.10 is out!
I'm happy to announce the release of rock 0.9.10, codename 'rita'! Release notes: http://
7/11/15
Ryan Gonzalez
,
Amos Wenger
3
7/9/15
Error about no such function "new()"
Ah! Thank you! On July 9, 2015 2:51:19 PM CDT, Amos Wenger <amosw...@gmail.com> wrote: As of
unread,
Error about no such function "new()"
Ah! Thank you! On July 9, 2015 2:51:19 PM CDT, Amos Wenger <amosw...@gmail.com> wrote: As of
7/9/15
david.h...@gmail.com
,
Amos Wenger
4
4/8/15
Enums toString
That is indeed what I meant. On Apr 8, 2015 9:39 AM, "David Hesselbom" <david.hesselbom@
unread,
Enums toString
That is indeed what I meant. On Apr 8, 2015 9:39 AM, "David Hesselbom" <david.hesselbom@
4/8/15
Ryan Gonzalez
, …
david.h...@gmail.com
5
4/8/15
Compiler crashes with this program
RE += vs = ... +, this *might* be related, but it might also not be. https://github.com/
unread,
Compiler crashes with this program
RE += vs = ... +, this *might* be related, but it might also not be. https://github.com/
4/8/15
Hans Nowak
,
House Zet
2
4/3/15
[lang/Backtrace] line
The message "Falling back.." will be shown when backtrace is returned. You can try deleting
unread,
[lang/Backtrace] line
The message "Falling back.." will be shown when backtrace is returned. You can try deleting
4/3/15
Hans Nowak
,
Amos Wenger
2
3/31/15
Segfault - bug or feature?
Hey Hans, I'm assuming the C compiler optimizes away accesses to 'found class' and '
unread,
Segfault - bug or feature?
Hey Hans, I'm assuming the C compiler optimizes away accesses to 'found class' and '
3/31/15
david.h...@gmail.com
,
Amos Wenger
8
3/25/15
Reading from stdin
You made that just for me? :) Looks exactly like what I'm after. Thank you so much! On Tuesday,
unread,
Reading from stdin
You made that just for me? :) Looks exactly like what I'm after. Thank you so much! On Tuesday,
3/25/15
kobi2187
,
Amos Wenger
2
3/15/15
improvements
Unfortunately, arrays are kind of a sore spot in ooc right now. You've got C pointers, eg a: Int*
unread,
improvements
Unfortunately, arrays are kind of a sore spot in ooc right now. You've got C pointers, eg a: Int*
3/15/15
kobi2187
,
Amos Wenger
4
3/15/15
bug?
Oh but there is UInt, and Int, and UInt32, UInt16, UInt8 — the whole charade. It's based on C
unread,
bug?
Oh but there is UInt, and Int, and UInt32, UInt16, UInt8 — the whole charade. It's based on C
3/15/15