Releases: Init-io/thirdBrac
thirdBrac v1.0.0
🚀 thirdBrac v1.0.0 - Initial Release 🚀
🔥 The ultimate Pythonic list library for Java is here! 🔥
Now you can use lists in Java just like in Python with a simple, feature-rich, and intuitive API.
📌 What's New in v1.0.0?
✅ Fully functional Python-style lists in Java
✅ Supports all major list operations: append(), insert(), extend(), remove(), pop(), clear(), sort(), reverse(), etc.
✅ Pythonic list comprehensions: thirdBrac.comprehension(start, end, func)
✅ Functional programming support: map(), filter(), reduce()
✅ Slice support: slice(start, end), reverseSlice()
✅ Easy iteration with for-each loop
✅ Merge & copy functionality: merge(), copy()
✅ Conversion to Java's List: toList()
✅ Super optimized & easy to use!
📌 Installation
Just download thirdBrac.java and add it to your Java project.
📌 Example Usage
thirdBrac<Integer> myList = thirdBrac.list(1, 2, 3, 4, 5);
myList.append(6);
myList.insert(2, 99);
myList.extend(Arrays.asList(7, 8));
System.out.println(myList); // [1, 2, 99, 3, 4, 5, 6, 7, 8]📌 Why thirdBrac?
🔹 Write Java like Python!
🔹 No more ArrayList headaches
🔹 Fast, efficient, and easy to use
🔹 Perfect for Python developers switching to Java
📌 What's Next?
🚀 Future versions may include:
- More performance optimizations
- Even more Pythonic features
- Additional functional programming support
💡 Get started today and make Java lists feel like Python lists! 🎉
📌 Version: 1.0.0
📌 Author: Siam Rayhan
📌 License: MIT