Browse thread
[Caml-list] Q: safe language
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Nicolas Cannasse <warplayer@f...> |
| Subject: | Re: [Caml-list] Q: safe language |
> > So for > > example, C is not safe because you can derefence a bad pointer etc. and > > cause a seg fault. > > Run C in a bytecode "safe" environment (there are some C implementations > with this functionality) - and it will become a "safe language"? True. If you choose the following definition "safe : which does not fail" then you have C < "safe" C < Lisp < OCaml But you can't ensure the total safety of your program without using a theorem prover such as COQ. Simple OCaml sample : List.hd [];; Nicolas Cannasse ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners