Skip to content

Anthony29M/Anthony29M.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

Dino

About Dino

In the vast world of coding languages, where new ideas echo through digital canyons, there's Dino—a language that's like a journey back in time, mixing dinosaurs with ancient civilizations. It's not your average coding tool; it's an adventure into creativity, made by coding pioneers to let you explore wild realms of imagination. With Dino, every line of code feels like crafting your own Jurassic story, leaving a mark on the digital world just like those ancient beasts.

Example Programs in Dino

String Concatination

quest concatenateStrings(stegostring str1, stegostring str2) {
  hatch str1 + " " + str2
}

🦖 Usage
dinostring result = concatenateStrings("Hello", "Dino!")
rawr result

Hello World

🦖 Dino printing
rawr("ROAR beeg dino angry. Need food. I hate comet.")

Conditional Statements

🦖 Dino
quest hungry(dinum hunger) {
  if-rex hunger > 100 {
    hatch "full"
  } t-else {
    hatch "hungry"
  }
}

🦖 Usage
stegostring = hungry(50)
rawr stegostring

Loops

quest dinonums() {
  roaring miss{
    if-rex miss{
      stomp
    }
  }
}

dinonums()
🦖 looping

Sum of Squares

quest sumOfSquares(dinum n) {
  dinum sum = 0
  roar 1 to n {
    sum = i * i + sum
  }
  hatch sum
}

🦖 Usage
int SoS = sumOfSquares(3)

Developer Bios

Owen Hunger

I’m Owen, a senior CS major at LMU, currently working at L3Harris, a defense company. I switched into cs my sophomore year, and have always coded here and there my whole life. I am interested in NLP, specifically stable diffusion, and am a music enthusiast.

Evan Yu

GitHub: yuevan10284

Computer science student working on a 4+1 masters. Currently Al engineer intern working on AI Education software. Loves outdoors, games, and basketball.

Anthony Mendizabal

I'm Anthony, a junior CS major at LMU. I'm interested in joining the gaming industry or becoming an (IT) tech supoort specialist. I love playing/watching soccer and my favorite team is FC Barcelona.

Brandon Bazile

I'm Brandon, a junior CS major at LMU.

Dino Language Repository

link: https://github.com/yuevan10284/Dino-Programming-Language.git

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors