Cope/DPLA

I am making my own language called Cope or DPLA (Daniel’s Programming LAnguage). Https://DPLA-S.github.io/Cope-DPLA

https://dpla-s.github.io/about

Cope.dpla

Lang[“DPLA”]
Event[onLaunch]:(
   Command_print[“Hello World”]
   Command_print[2%2]
)

@sombrero gave me the idea with his Nava/JASL

1 Like

thats simular to <!Doctype html>

It's clunky to have that "command"

In most programming languages,colons or brackets are used as a block.so dont use both

1 Like

It's an alright programming language, and I would like to join the organization. What would it feature?

Also, I made a logo for it. What do you think of it, @danielthebanana4?
image

How are you planning to implement this?

As far I could tell, It's going to be implemented for JavaScript, Java, JSON, Python, and/or C#. Just any language supported for web browsers.

I mean, what language are you going to use to transpile the source code to Javascript?

Probalbly JavaScript

Simple and modified python commands

Cool! Thanks

Sent invitation
@sombrero

It could be the website logo

Invitation accepted.

1 Like

That's why it is a Web Development program too.

1 Like

Website!
https://dpla-s.github.io/

New type of code line coming into the document

Event[onKey[“A”]]:(

)

What about something to interact with the DOM like this?

element=Select("#elementID")
Event[element.onclick]:(
   Command_print("The element was clicked")
)

Hmm, nice idea, I’ll try to make something like that.

I would like to join the organization

Okay, give me you github username

It's on my profile
(it's kind of weird, I don't know why I chose it)