Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

Ok, so Oracle owns the copyright on the code, but not on the name of the language, and that's why the judge says it's questionable whether "languages" can be copyrighted? That seems like hair-splitting to me, but I guess that's what courts are for.

I didn't mean that Perl is unique in separating (or not separating) grammar from functionality. I just meant that if you take away the support libraries -- the modules, which I'm thinking of as the API, analogous to Java's class libraries -- you still have something that's identifiably Perl. This doesn't look like anything but Perl, as far as I know:

next unless $s =~ m|/foo/|i;

With Java, on the other hand, if you remove the classes, what you have left doesn't look much different from several other C-style languages. (To my knowledge; admittedly I haven't used Java in a few years, and was never an expert.) Since software copyright infringement often comes down to how much you copied the "look and feel," it seems like Google might have an easier time making their case with Java than if they were using Perl. But I'm just spitballing; I don't know anything about the legalities or details here.

Aaron B.
My Woefully Neglected Blog, where I occasionally mention Perl.


In reply to Re^3: Copyright on languages by aaron_baugher
in thread Copyright on languages by ikegami

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (5)
As of 2024-04-25 19:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found