# Devlog 6 — Today’s Progress
Today was a major development day for Blink! I worked on expanding the language features and making Blink easier to install and use.
-Added New Language Features
-Added support for logical operators: and or -Implemented while loops, allowing Blink programs to perform repeated execution based on conditions.
Added Installation Support.
Users can now install Blink directly from GitHub:
pip install git+https://github.com/arpitaa31/Blink.git
After building the core features, improving the structure, and testing the workflow, I am now shipping Blink v0.1 — the first official version of my programming language. I will still keep working over it and add more features to this programming language.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.