[Oberon] 'libraries' mangement ..etc ?
easlab at absamail.co.za
easlab at absamail.co.za
Mon Jan 16 10:28:17 CET 2006
From: shark at gulfnet.sd64.bc.ca
Re.
Subject: Re (2): [Oberon] Username which contains the "@" char ...
Peter E. wrote:
> Jan & John mentioned RFC2396.Mod.
>
> The name will be obsolete when the IETF
> publishes a new RFC for URIs. What about
> URI.Mod? Maybe there is a better place to
> put the procedures in an existing module.
> Do you have a preference Pieter? Anyone?
Since the applications of Oberon-S3 are apparently students'
projects, it is appropriate for each student to write his
own eg. [version of] Char2Hex procedure.
So we may have many [redundant] procedures loaded at any
time.
How is this situation handled in 'proper' systems; eg. linux kernel ?
In 'industry' don't they have a library catalogue, where the
existing procedures are re-used ?
------------
I've just noticed that RFC 1808 says:
> ...
> safe = "$" | "-" | "_" | "." | "+"
> extra = "!" | "*" | "'" | "(" | ")" | ","
> national = "{" | "}" | "|" | "\" | "^" | "~" | "[" | "]" | "`"
> reserved = ";" | "/" | "?" | ":" | "@" | "&" | "="
> punctuation = "<" | ">" | "#" | "%" | <">
> ...
Right now I don't know what this implies about "@" ?
Thanks,
== Chris Glur.
More information about the Oberon
mailing list