Skip to content

MAJD12358/hip-plus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hip+ Programming Language

hip+ Logo

Overview

hip+ is an advanced and evolving programming language designed to empower developers with cutting-edge features for concurrent, functional, and generative programming. It strives to provide an expressive and efficient development experience, making it suitable for a wide range of applications.

Features

  • Concurrent Programming: Seamlessly handle concurrent tasks using the async/await concurrency model.
  • Functional Programming: Leverage functional programming paradigms for elegant and efficient code.
  • Generative Programming: Explore generative programming concepts to enhance code flexibility.

Design Principles

Colors

  • Primary: #3498db
  • Secondary: #2ecc71
  • Background: #ecf0f1
  • Text: #333

Typography

  • Font Family: Roboto
  • Font Sizes:
    • Heading 1: 2rem
    • Heading 2: 1.5rem
    • Body: 1rem

Layout

  • Grid System: 12-column
  • Containers: Fixed, Fluid

Getting Started

To run a hip+ program, follow these steps:

  1. Install the hip+ interpreter from hippluslang.org.
  2. Write your hip+ code in a file with the extension .hip+.
  3. Run the code using the command hipplus run yourfile.hip+.

Example Code

// Example hip+ code
+Name# "HelloWorld"

+function$ sayHello() {
    +print$ "Hello, World!";
}

// Main program
+sayHello#;

About

Hip+

https://hippluslang.org

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 100.0%