What programming language is it?

Discussion in 'Programming' started by uzzu, Mar 25, 2007.

  1. #1
    hello!
    I have got some code:
    d::=labrit!
    a::=vakuums
    t::=lolzors
    u::=king
    v::=0
    e::=-3
    :::===
    )::=(
    ?::=.
    a::=@
    .::=:::
    i::=-
    @::=<|:|>
    ::=
    asm.lv
    Code (markup):
    And I dont know what language is it. Can anyone help me?
     
    uzzu, Mar 25, 2007 IP
  2. krakjoe

    krakjoe Well-Known Member

    Messages:
    1,795
    Likes Received:
    141
    Best Answers:
    0
    Trophy Points:
    135
    #2
    looks to me like some non-specific junk
     
    krakjoe, Mar 25, 2007 IP
  3. nvidura

    nvidura Well-Known Member

    Messages:
    1,780
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    150
    #3
    hmmm this is the programming language used in moon... sorry, i think this is not a program or a programming language...
     
    nvidura, Mar 26, 2007 IP
  4. bochgoch

    bochgoch Peon

    Messages:
    1,918
    Likes Received:
    67
    Best Answers:
    0
    Trophy Points:
    0
    #4
    You'll need to give some more detail if you have it ... at best that is a series of assignments / perhaps some queue or stack pushing ... but most likely just garbage.
     
    bochgoch, Mar 26, 2007 IP
  5. ccoonen

    ccoonen Well-Known Member

    Messages:
    1,606
    Likes Received:
    71
    Best Answers:
    0
    Trophy Points:
    160
    #5
    d::=labrit!
    a::=vakuums
    t::=lolzors
    u::=king
    v::=0
    e::=-3
    :::===
    )::=(
    ?::=.
    a::=@
    .::=:::
    i::=-
    @::=<|:|>
    ::=
    asm.lv

    Looks like it's a string that can be split on vbcrlf, then split by "::" Thats my best guess anyways - didn't we already answer this one?... I swear I saw this already asked.

    Actually, if you did the mentioned above, you would have ?=. and @=<|:|>

    I be it's someones home-cooked encryption schema.
     
    ccoonen, Mar 28, 2007 IP
  6. SIR

    SIR Member

    Messages:
    42
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #6
    nice try!

    it's a new way to spam bulletins... right?
     
    SIR, Mar 28, 2007 IP
  7. weknowtheworld

    weknowtheworld Guest

    Messages:
    306
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #7
    where did you see this code? :)
     
    weknowtheworld, Mar 29, 2007 IP
  8. skillipedia

    skillipedia Well-Known Member

    Messages:
    623
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    110
    #8
    Some language - some might say. You couldn't find anything more interesting to flush in this forum
     
    skillipedia, Mar 29, 2007 IP
  9. ThreeGuineaWatch

    ThreeGuineaWatch Well-Known Member

    Messages:
    1,489
    Likes Received:
    69
    Best Answers:
    0
    Trophy Points:
    140
    #9
    There's an error in line 11. You have one too many ':' - no wonder it doesn't work! :D
     
    ThreeGuineaWatch, Mar 29, 2007 IP
  10. designcode

    designcode Well-Known Member

    Messages:
    738
    Likes Received:
    37
    Best Answers:
    0
    Trophy Points:
    118
    #10
    I haven't seen any such programming language in my 4 year programming career.
    I think its some encoded code.
     
    designcode, Mar 29, 2007 IP
  11. ccoonen

    ccoonen Well-Known Member

    Messages:
    1,606
    Likes Received:
    71
    Best Answers:
    0
    Trophy Points:
    160
    #11
    I haven't seen this syntax in my 12 year programming career either, lol
     
    ccoonen, Mar 30, 2007 IP
  12. Adventis

    Adventis Guest

    Messages:
    66
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #12
    I'm willing to bet it's an encrypted text or a key of some sort.

    It does to a degree look like a formal specification for code, but only so vaguely, and not enough for it to be considered as such. I mean, if you look at each line, ::= would denote that variable 'a' is equal to data type or value, 'vakuums'. But as someone said, it could be used for a string replace, or other kind of manipulation.

    I wouldn't concern yourself with this text unless it's meant for you. I am quite interested in the asm.lv part though.

     
    Adventis, Mar 30, 2007 IP
  13. jimrthy

    jimrthy Guest

    Messages:
    283
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    0
    #13
    This looks almost like a home-grown DSL, maybe for something like a MUD. It doesn't look that much stranger than prolog...
     
    jimrthy, Mar 31, 2007 IP
  14. abdullah

    abdullah Peon

    Messages:
    30
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #14
    abdullah, Apr 1, 2007 IP