Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-4041-8081-120121-

If you could write an OS from scratch...

Name: Anonymous 2008-09-03 19:59

Okay, so most every OS out there is C-based.  If you could magically write a complete hardware-controlling OS all the way up to the UI and applications using a different language, which would you choose?

Though I like Lisp, I think I'd have to choose Erlang, maybe NewSqueak for embedded/smaller systems.

Name: Anonymous 2008-09-03 20:09

Well if it's all magically written for me, I see no reason not to do it in assembly.

Name: Anonymous 2008-09-03 20:10

Not written for you, I meant if you magically had the time and follow-through to do it all.

Name: Anonymous 2008-09-03 21:11

Java because the system would be crash proof

Name: Anonymous 2008-09-03 21:17

Python based so you could edit any aspect of the system super easy.

Name: Anonymous 2008-09-03 21:39

Haskell. I always wanted to use polyvariadic combinatory logic somewhere in an operating system.

Name: Anonymous 2008-09-03 21:40

Java is the obvious choice.

Name: Anonymous 2008-09-03 21:58

Befunge is the more amusing choice.

Name: Anonymous 2008-09-03 22:06

Ruby is the clear choice here.

Name: Anonymous 2008-09-03 22:17

One more vote for Erlang. Intel and friends have made it quite clear that many-core processors are on the way in the not-too-distant future (next Sunday AD), and it would be nice to have an OS designed for that future from the ground up.

Name: Anonymous 2008-09-03 22:42

Sing#

Name: Anonymous 2008-09-03 23:21

Please go search for other OSes and how they are implemented. LISP OS, done.
OCaml OS, done.
F# OS, done.
Haskell OS, probably done a few time.

The issue is the lack of adoption and lack of apps. So shut the fuck up, get your OS done and then make compatibility layers to let the unclean in.

Name: Anonymous 2008-09-03 23:33

>>12
my os is already done.
Mozilla/4.08 (Charon; Inferno)

Name: Anonymous 2008-09-03 23:53

Coco rocks

Name: Anonymous 2008-09-04 0:00

>>12
Links? Google gives:

OCaml OS - one single blurb (pointing to a dead page from 2005), saying it's "only a prototype"

F# OS - no hits about an OS

Haskell OS - "well, I got the boot floppy image going inside a VM, albeit briefly before the guest hung."  At least he's got something.

But, Mr. >>12 Faggot, my original post is clearly one of utopian fantasy, not an actual development effort so fuck you.

(and the issue is NOT "the lack of adoption and lack of apps", it's that the OSes you reference never got far past the drawing board)

Name: Anonymous 2008-09-04 0:02

>>4
>>7
Would you put everything in the VM?  There'd be no way to kill or clean up processes!  And if there were multiple VMs, then it's not really a Java OS.

Name: Anonymous 2008-09-04 0:39

Lisp OS was definitely done (and is still used is a lesser form called emacs).

Name: Anonymous 2008-09-04 1:01

>>17
emacs isn't a hardware-controlling OS as OP specified, but yeah there were obviously LISP machines, which is why I suspect it wasn't listed in >>15 .

17 = 15 = samefag

Name: Anonymous 2008-09-04 1:38

Haskell OS - "well, I got the boot floppy image going inside a VM, albeit briefly before the guest hung."  At least he's got something.
how about just running hugs without an OS under it?
http://blog.closuretohome.com/2007/12/hugs-for-nintendo-ds.html

Name: Anonymous 2008-09-04 1:46

I'd write one in Visual BASIC .NET

Name: Anonymous 2008-09-04 2:06

So bye, bye Mr. Satori guy
Readin' SICP, writing sexps till the day that I die.
And world4ch /prog/ can't write Scheme code on the fly,
Satori's only for those who try, Satori's for those who try.

Name: Anonymous 2008-09-04 2:13

in b4 Anonix

Name: Anonymous 2008-09-04 2:22

Assembler. It's currently in the planning stages.

Name: Anonymous 2008-09-04 3:47

I'd study and follow the concept of a Lisp Machine, providing an OS that will be mostly written in a high-level dynamic language which you can stop, modify and understand anytime.

Just like Dennis Ritchie created his own programming language to write UNIX, I'd create my own programming language to create a more dynamic operating system.

My language would be based on Python, but contain no stupid statements, some quirks removed, tail-call elimination, functional parameters, and a new virtual machine which would have to be faster, GIL-less, and able to save state and reload them like many Lisps.

The OS would be clearly divided in four parts:
1. The kernel and core, which can load the hardware drivers.
2. The high-level API, resource broker, services and artificial intelligence services.
3. The globally unified virtual filesystem, made up from plugins that will allow you to mount absolutely anything and mount on-the-fly based on functional directories, URI parameters and everything I can possibly think of.
4. The API compatibility layer, which would include a POSIX API and a port of Wine.
5. The core applications, which would include the GNU system and a grammar-based editor which can serve as a text editor and a specialized editor for any kind of text or binary file provided with a grammar.

I wouldn't dare to write a GUI at first; I'd settle for applications using any number of full-screen graphical consoles (which would be far more capable than a UNIX terminal; think something like Windows console, only gone right), full-screen framebuffers and a full-screen OpenGL context.

Name: Anonymous 2008-09-04 3:53

>>24
lrn2innovate

Sounds like a rehash of the same old shit we've been using since the 60s.

Name: Anonymous 2008-09-04 3:59

>>25
How's having an OS mostly based on a high-level language, Lisp Machine-like functionality in today's hardware, built-in artificial intelligence services, a virtual filesystem more ambitious than Plan 9, and a grammar-based editor not innovative?

Name: Anonymous 2008-09-04 4:36

an OS mostly based on a high-level language,
Inferno, colorForth, Singularity, SharpOS, JX, JNode, JavaOS, etc.

Lisp Machine-like functionality in today's hardware,
Modern computers can run Lisp programs a lot faster than Lisp machines.

built-in artificial intelligence services,
Artificial intelligence isn't really useful for very many things. Having it in the core of the operating system seems a little silly to me when most people wouldn't use it, and for those who would it wouldn't be portable to other operating systems.

a virtual filesystem more ambitious than Plan 9
Sure, fuse (http://fuse.sourceforge.net/) + the Plan 9 filesystem is a lot more ambitions than the Plan 9 filesystem by itself.

a grammar-based editor
You can do that on any operating system.

Name: Anonymous 2008-09-04 6:55

Bitches don't know about my Erlang.

well, two of you seem to

Name: Anonymous 2008-09-04 9:11

Forth on a Forth chip.

Name: curtains and a dog !NAMdiwz0Sw 2008-09-04 9:17

Assembly with a touch of Perl 6/Parrot.

Name: Anonymous 2008-09-04 11:18

c++
making sure not to have any boundry checking or buffer management

Name: Anonymous 2008-09-04 11:24

>>31
You must be new here.

Name: Anonymous 2008-09-04 11:43

>>27
Inferno, colorForth, Singularity, SharpOS, JX, JNode, JavaOS, etc.
I don't know all of these, but the ones I know are either not serious, or not based on a truly high-level language.

Modern computers can run Lisp programs a lot faster than Lisp machines.
I know, that's why I say this. I want it to work like they wanted Lisp Machine OSes to work. The only barely used OS like that I know at the moment is Sugar for the OLPC.

Artificial intelligence isn't really useful for very many things.
Several AI techniques provided as a core API or used by the operating system functionality would improve the user experience in things such as dialog default action prediction, UI object placement, rule-based scripting, etc.

Sure, fuse (http://fuse.sourceforge.net/) + the Plan 9 filesystem is a lot more ambitions than the Plan 9 filesystem by itself.
What I'd implement includes functional directories that you could define on the fly as a function (think of an executable file that acts like a directory and gets loaded and daemonized when you reference it), such as an HTTP directory to browse the web or a directory exposing a lazily-evaluated fibonacci sequence in subdirectories. I'd also like to have globally and locally indexed metadata, a reverse link of hard links, transactions for transactional filesystem controllers, and other features supported by the filesystem API.

You can do that on any operating system.
But it's not done. If I had magic time to work on an OS, I'd have to provide it with the basic tools and applications for its use, and while I'd import/adapt much of the GNU system, the standard editor would be this.

Name: Anonymous 2008-09-04 20:31

>>33
assembly is high level. if you don't believe me, try coding in machine code. i've done it, and it makes you really appreciate having an assembler.

Name: Anonymous 2008-09-04 21:52

Super Logo :3

Name: Anonymous 2008-09-04 22:14

Forth on a Lisp Machine.

Name: Anonymous 2008-09-05 1:00

>>36
Lisp on a Forth processor.

Name: Anonymous 2008-09-05 2:19

Lisp on a Smalltalk machine.

Name: Anonymous 2008-09-05 3:12

Hax on My Anus.

Name: curtains and a dog !NAMdiwz0Sw 2008-09-05 6:18

>>32
I take it you haven't seen the new release, huh? Amateurs on this board always amuse me.

Name: Anonymous 2008-09-05 6:48

i'd write my new OS in something that isn't c, and then require every PC to upgrade to 4G RAM and 5 PROCESSING UNITS.
like .NET or something like that, lol

Name: Anonymous 2008-09-05 7:05

>>41
singularity runs really fast on all the machines i've tested it on.
but of course it's pretty easy to do nothing really fast.

Name: Anonymous 2008-09-05 9:58

MenuetOS

Name: Anonymous 2008-09-05 11:38

>>34
It's just a translation (however complex is it), with macros at best. No stunts pulled behind the scenes. No abstraction capabilities. Thus, not even remotely high-level.

Level: Machine language < assembly < portable assembly (C) < Sepples < Bare Lisp < FIOC < the language I'd implement

>>41
require every PC to upgrade to 4G RAM and 5 PROCESSING UNITS
Apply for a job at Microsoft. Also, how fast five processing units really are? Five M68020s? Five Opterons?

Name: Anonymous 2008-09-05 11:43

>>44
YHBTALT

Name: Anonymous 2008-09-05 12:01

>>34
lol dumbass.
Why would someone write in machine code?

Name: Anonymous 2008-09-05 13:07

Instantexe

Name: Anonymous 2008-09-05 16:19

P. Henderson, Purely Functional Operating Systems, in Functional Programming and its Applications, Cambridge University Press 1982.

Name: Anonymous 2008-09-05 16:34

>>46
Back before I had an assembler I used to program machine code on my Commodore 64 with POKE statements READing from DATA lines. Get off my lawn!

Name: Anonymous 2008-09-05 17:24

I would write mine in brainfuck

Name: Anonymous 2008-09-05 17:34

>>49
?OUT OF DATA  ERROR
READY.

Name: Guido 2008-09-06 1:08

Bare Lisp < FIOC
One of mine!

Name: Anonymous 2008-09-06 3:42

Get your nasty cock out of here, Guido.  I'll use SICP scheme version on you - I hear it is very effective.

Name: Anonymous 2008-09-06 4:33

Name: !okANonix2U 2008-09-06 5:52

Dynamic language fags ITT

Name: Anonymous 2008-09-06 7:14

>>55
CFLAGS JUST KICKED IN, YO!

Name: Anonymous 2008-09-06 7:37

Warning: My browser seems to be having encoding issues so no guarantees this will not destroy your eyes
[m]             / ̄∧_∧ ̄ ̄ ̄ // ̄\\
       __ ⊂/__(´∀` )__  /_⊃___| |\フ ヽ  CFLAGS JUST KICKED
   ,  ´_  /   / ̄ ̄ __ / ̄ ヽ    __ヽ ̄ ̄ |  IN, YO!
  /∠__/―/-。―/――∠_/__∧  |       | ∧_.| 
  ,========――´=============/⌒ヽ=|.=====| | ヽ ̄〕 
  | _   |GENTOO|    _  ″  |⌒| |/   __ /|  )ノ    [b]vroom[/b]
  )_旧_∈≡≡≡≡∋_旧_″_|| ノ丿_ -――┘ 丿      [b][i]vroom![i][/b]
   \ \_ノ  ̄ ̄ ̄三三三\ \_ノ   [三三三三 
    三三三三三三三三三三三三三三三三三三三三三三三三
       三三三三三三三三三三三三三三三三三三三三三三三
          三三三三三三三三三三三三三三三三三三三三三三三三三三
                  三三三三三三三三三三三三三三三三三三
                        三三三三三三三三三三三
[/m]

Name: Anonymous 2008-09-06 7:38

>>57
Fixed?
[m]             / ̄∧_∧ ̄ ̄ ̄ // ̄\\
       __ ⊂/__(´∀` )__  /_⊃___| |\フ ヽ  CFLAGS JUST KICKED
   ,  ´_  /   / ̄ ̄ __ / ̄ ヽ    __ヽ ̄ ̄ |  IN, YO!
  /∠__/―/-。―/――∠_/__∧  |       | ∧_.| 
  ,========――´=============/⌒ヽ=|.=====| | ヽ ̄〕 
  | _   |GENTOO|    _  ″  |⌒| |/   __ /|  )ノ    [b]vroom[/b]
  )_旧_∈≡≡≡≡∋_旧_″_|| ノ丿_ -――┘ 丿      vroom!
   \ \_ノ  ̄ ̄ ̄三三三\ \_ノ   [三三三三 
    三三三三三三三三三三三三三三三三三三三三三三三三
       三三三三三三三三三三三三三三三三三三三三三三三
          三三三三三三三三三三三三三三三三三三三三三三三三三三
                  三三三三三三三三三三三三三三三三三三
                        三三三三三三三三三三三
[/m]

Name: Anonymous 2008-09-06 7:39

>>57,58
Not yet achieved BBCODE-MASTERY

Name: Anonymous 2008-09-06 11:21

>>57
Encoding issues lead to BBCode failure.

Name: Anonymous 2008-09-06 18:59

Awesomest OS ever: http://www.losethos.com/

Name: Anonymous 2008-09-06 19:15

Awesomest OS ever: http://lainos.sourceforge.net/

Fixed.

Name: Anonymous 2008-09-06 19:48

http://www.losethos.com/
LoseThos will never have full networking support with an Internet browser, etc.
parentheses optional on calls with no arguments
LoseThos makes speaker noise during disk access on purpose
MAlloc
That's not confusing as fuck.
LoseThos partitions will appear as FAT32 to other operating systems, but will not work.  Do not access them from other operating systems.

the next linus torvalds

Name: Anonymous 2008-09-06 23:05

>>65
It has no networking or Internet support.  As far as I'm concerned, that would be reinventing the wheel and you can do that instead by duel booting another operating system.
ಠ_ಠ

Name: Anonymous 2008-09-06 23:07

>>65
the next linus torvalds
More like the next Cudder.

Name: Anonymous 2008-09-07 0:27

>>67
s/next/previous

Seriously, I clicked the link and my first thought upon reading the first line was "WTF? Is this Anonix?"

Name: Anonymous 2008-09-07 7:36

http://www.losethos.com/
ಠ_ಠ

WTF is this shit? Just use FreeDOS and shut the fuck up...

Name: Anonymous 2008-09-07 12:10

>>69
But LoseThos is stupider, infinitely less capable, and therefore somehow better!

Name: Anonymous 2008-09-07 13:43

>>70
It's not designed to be usable, it's designed so that you can play with your computer without the user mode bullshit.

Name: Anonymous 2008-09-07 17:20

>>71
Unplug your network cable Terry

Name: Anonymous 2008-09-09 16:14

I would make mine in BBCODE!

Name: Anonymous 2008-09-09 16:23

ಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠಠ_ಠ

Name: Anonymous 2008-09-09 16:36

(ಠ_(ಠ_(ಠ_(ಠ_ಠ)_ಠ)_ಠ)_ಠ)
We are watching you, scum!

Name: Anonymous 2008-09-09 16:55

>>33
such as an HTTP directory to browse the web or a directory exposing a lazily-evaluated fibonacci sequence in subdirectories.
Oh God, worst ideas ever.

Name: Anonymous 2008-09-09 17:03

(ಠ_ಠ ಠ_ಠ ಠ_ಠ ಠ_ಠ (ಠ_ಠ ಠ_ಠ (ಠ_ಠ ಠ_ಠ ಠ_ಠ)) ಠ_ಠ ಠ_ಠ)

Name: Anonymous 2008-09-09 17:11


((lambda (ಠ_ಠ) (ಠ_ಠ ಠ_ಠ))
 (lambda (ಠ_ಠ)
         (watch scum)
         (ಠ_ಠ ಠ_ಠ)))


We're watching you, scum.

Name: Anonymous 2008-09-09 17:55

((lambda (ಠ_ಠ) (ಠ_ಠ ಠ_ಠ))
 (lambda (ಠ_ಠ)
         (watch scum)
         (ಠ_ಠ ಠ_ಠ)))

We're watching yous cum , forget about it!.

Name: Anonymous 2009-03-06 6:55

linus Torvalds and I   whistled for a   new game are   innovative but really   makes me wonder   how say IE   fares in that   class realized it   was hopeless and   changed my major   to math education.

Name: Anonymous 2009-09-19 0:45

Lain.

Name: Anonymous 2009-09-19 0:46

Lain.

Name: Anonymous 2010-10-18 17:16

Rain.

Name: Anonymous 2010-10-18 17:31

public static void lain(String[] args)

Name: Anonymous 2010-10-18 18:07

I'd simply reverse engineer NT. Oh wait.

Name: Anonymous 2010-10-18 18:39

Visual Basic

Name: Anonymous 2010-10-18 19:37

C

Name: Anonymous 2010-10-18 20:02

D or C++

Name: Anonymous 2010-10-18 21:22

Stackless Python.

Name: Anonymous 2010-10-19 1:34

javascript

Name: Anonymous 2010-10-19 1:36

Squeak on Bare Metal.

Name: Anonymous 2010-10-19 5:37

I'm currently writing a monolithic kernel in Object Pascal

No experimental bullshit. This will be like Linux except simple, and easy to understand

Name: Anonymous 2010-10-19 5:38

>>92
Oh and of course not POSIX compliant. The world has enough UNIX clones

Name: Anonymous 2010-10-19 6:47

>>92
You should use Delphi instead.

Name: Anonymous 2010-10-19 6:49

>>1
Okay, so most every OS out there is C-based.  If you could magically write a complete hardware-controlling OS all the way up to the UI and applications using a different language, which would you choose?

Using the same language for both low-level and high-level stuff is stupid. Why would I do that?
Low-Level: C
High-Level: D

Name: Anonymous 2010-10-19 8:25

Very-High-Level: E
Super-High-Level: F
Maximum-High-Level: G
Impossibly-High-Level: H(askell)

Name: Anonymous 2010-10-19 9:21

>>96
Very-High-Level: C  
Super-High-Level:   C 
Maximum-High-Level:    C
Impossibly-High-Level:     C

Name: Anonymous 2010-10-19 10:25

>>96
Impossibly-High-Level: H(askell)
???????????????????????????? ???????????????????????????????????????? ???????????? ???????????????????????????????????????????????? ???????????????????????????? ???????? ???????????????????????????????????????????????? ???????????????????????????????????????????????? ???????????? ???????????????????????????????????????? ???????????????????????????????????????????????????? ???????? ???????????? ???????????????? ???????? ???????????????????????????????????????????? ???????????????????????????????? ????????????????????????????????,
???????????????????????????????????????? ???????????????????????? ???????????????????? ???????? ???????????? ????????????????????????????????, ???? ???????????????????????????? ???????????????????????????????????????????? ???????? ????????????????????????????,
????????????????????, ????????????????-???????????????????????????? ???????????????????????? ???????????????? ???????????????? ???????????????????????? ???????????????????????????????????????? ???????????????????????????????????????? ????????????????????????????????????????????????????
???????? ???????????????? ???????? ???????????????????????????? ???????????? ???????????????????????? ???????????? ???????????????????????????????????????????????? ???????????????????????????? ???????????? ???????????? ????????????.

???????? ???????? ???? ???????????????? ???????? ???????????????????????? ????????????, ???????????????????????????? ???????? ???????????????????????? ???????????????????? ???????????? ???????????????????????????? ???????????? ????????
???????????????????????? ???????????? ???????????????????????????????????? ???????????????????? ???????? ???????????? ????????????????????????????????.

Name: ifuckedup,sorry 2010-10-19 10:26

>>96
Impossibly-High-Level: H(askell)
???????????????????????????? ???????????????????????????????????????? ???????????? ???????????????????????????????????????????????? ???????????????????????????? ???????? ???????????????????????????????????????????????? ???????????????????????????????????????????????? ????????????
???????????????????????????????????????? ???????????????????????????????????????????????????? ???????? ???????????? ???????????????? ???????? ???????????????????????????????????????????? ???????????????????????????????? ????????????????????????????????,
???????????????????????????????????????? ???????????????????????? ???????????????????? ???????? ???????????? ????????????????????????????????, ???? ???????????????????????????? ???????????????????????????????????????????? ???????? ????????????????????????????,
????????????????????, ????????????????-???????????????????????????? ???????????????????????? ???????????????? ???????????????? ???????????????????????? ???????????????????????????????????????? ???????????????????????????????????????? ????????????????????????????????????????????????????
???????? ???????????????? ???????? ???????????????????????????? ???????????? ???????????????????????? ???????????? ???????????????????????????????????????????????? ???????????????????????????? ???????????? ???????????? ????????????.

???????? ???????? ???? ???????????????? ???????? ???????????????????????? ????????????, ???????????????????????????? ???????? ???????????????????????? ???????????????????? ???????????? ???????????????????????????? ???????????? ????????
???????????????????????? ???????????? ???????????????????????????????????? ???????????????????? ???????? ???????????? ????????????????????????????????.

Name: Anonymous 2010-10-19 10:40

???????????????????????????? ???????????????????????????????????????? ???????????? ???????????????????????????????????????????????? ???????????????????????????? ???????? ???????????????????????????????????????????????? ???????????????????????????????????????????????? ????????????
???????????????????????????????????????? ????????????????????????????????????????????????????

Name: Anonymous 2010-10-19 10:46

>>94
FPC ftw. Delphi is dead, my friend

Name: Anonymous 2010-10-19 11:19

>>92
Enjoy your SLOW AS FUCK machine code1.

_______________________
1 http://shootout.alioth.debian.org/u64/benchmark.php?test=all&lang=fpascal&lang2=gcc

Name: Anonymous 2010-10-19 11:37

>>102
Oh boy. Did you just actually quote the shootout benchmark...

Just for the record, I have not been trolled, since I know that the C guys cheat. Using APR and implicit threading, which is against the rules of the benchmark

I've tried committing contributions to them that were discarded because I tried to create a thread. Try to look through all the C and C++ examples :P

Name: Anonymous 2010-10-19 12:23

>>103
I have not been trolled
Yes you have. Just look at how long your post is.

Using APR and implicit threading
IHBT

Name: Anonymous 2010-10-19 13:36

>>104
IHBT
No you haven't. Just look at how short your post is.

Name: Anonymous 2010-10-19 14:00

>>104
Hey dude. I meant to say explicit threading

Sorry about that sir

Name: Anonymous 2010-10-19 14:01

>>105
>>104
IHBT
No you haven't. Just look at how short your post is.

IHBT

Name: Anonymous 2010-10-19 17:47

Ada, fast efficient and no memory leaks

Name: Anonymous 2010-10-19 17:55

>>108
no memory leaks
I didn't know Ada had garbage collection

Name: Anonymous 2010-10-19 19:00

>>109
You don't absolutely need GC to guard against memory leaks. Over the short term GC is perpetually leaking anyhow.

Name: Anonymous 2010-10-19 19:19

>>110
That last sentence doesn't make sense.

Name: Anonymous 2010-10-19 19:25

>>111
It wouldn't if you don't know how GC works.

Name: Anonymous 2010-10-19 21:08

>>112
If you can't understand why that sentence doesn't make sense, then I'm afraid you will have to go back to your remedial English class and try again.

Name: Anonymous 2010-10-19 23:54

>>113
Like all things, it makes sense to anyone who understands it. You're just being conceited.

Name: Anonymous 2010-10-20 4:52

>>114,113
Well, yeah. Obviously it means that over any short-lived program, any GC, however decent, is constantly replacing valid memory points with garbage, hence the name. It is perpetual because memory is infinite in a truly Turing-complete machine (all computers are).

Name: Anonymous 2010-10-20 13:36

>>114
It's flat out wrong to imply that garbage collectors "leak memory in the short term", just because the collector hasn't been called on the unreachable memory yet. It's the equivalent of saying that my C program leaks memory because I didn't free some malloced memory at the first available opportunity.

Name: Anonymous 2010-10-20 21:08

>>116
No. If you free things yourself, then there are no unused (unreachable) objects in memory at any given time. With GC, there may be times when there are unused objects in memory (after an object becomes unreachable but before collection).

Name: Anonymous 2010-11-29 14:37

             / ̄∧_∧ ̄ ̄ ̄ // ̄\\
       __ ⊂/__(´∀` )__  /_⊃___| |\フ ヽ  CFLAGS JUST KICKED
   ,  ´_  /   / ̄ ̄ __ / ̄ ヽ    __ヽ ̄ ̄ |  IN, YO!
  /∠__/―/-。―/――∠_/__∧  |       | ∧_.| 
  ,========――´=============/⌒ヽ=|.=====| | ヽ ̄〕 
  | _   |GENTOO|    _  ″  |⌒| |/   __ /|  )ノ    vroom
  )_旧_∈≡≡≡≡∋_旧_″_|| ノ丿_ -――┘ 丿      vroom!
   \ \_ノ  ̄ ̄ ̄三三三\ \_ノ   [三三三三 
    三三三三三三三三三三三三三三三三三三三三三三三三
       三三三三三三三三三三三三三三三三三三三三三三三
          三三三三三三三三三三三三三三三三三三三三三三三三三三
                  三三三三三三三三三三三三三三三三三三
                        三三三三三三三三三三三

Name: Anonymous 2010-12-17 1:37

Erika once told me that Xarn is a bad boyfriend

Name: Anonymous 2011-02-03 7:58

Name: Anonymous 2011-02-04 12:06

Name: Anonymous 2011-02-18 13:52

<-- check 'em

Name: Anonymous 2013-03-09 13:11

>>119
Xarn just has the ego of a Flemish monarch

Don't change these.
Name: Email:
Entire Thread Thread List