Hey guys. I'm currently looking for a scripting language with a tiny footprint (less than 3KB RAM and a binary that when compiled is less than 20/30KB).
All I need is the ability to evaluate statements similar to first order logic.
For example: !(x : X | x > 5)
Would mean that "for all x in the set X, return true if all xs are greater than 5, otherwise return false".
I need the ability to define functions that would return these sets (The ability to define X and pass parameters to that function that returns a set).
It would also need to be able to support a limited form of structures, where an attribute could be obtained on a certain variable (eg. x.count).
As for data types, integer, floating point and sets are about all I need. Anything else would probably be ripped out to save space.
It needs to be written in C and the ability to compile on old versions of GCC (3.4.x) would also be useful.
Anyone got any ideas? Ideally I don't want to have to write this myself.
Just the price of doing business. The scamble to pull as much from the web as possible is happening, and it's happening before a case like this changes how or what is legal do to with AI in terms of data harvesting.
But even then as we've seen with the likes of Google who ignore cookie requests and just accept the fact they'll get fined, it's built into their business price model now.
AI is here, its not going away. Their reward if any from the court case would be best suited to trying to incorprate AI or licence their end points as authentic human verified content. The problem is, as we've seen these same news papers are using AI themselves.
This Chinese company is reportedly developing a feature Apple and Samsung can only dream of by Hamid Ganji
While companies like Apple and Samsung have been relatively conservative with their devices’ battery capacities in recent years, Chinese manufacturers have taken the competition to the next level by introducing significantly larger batteries. However, the latest report from China suggests that a local company may already be developing a smartphone with a whopping 14,000mAh battery.
Chinese leaker Digital Chat Station claimed on Weibo that a smartphone maker is developing a device with a 14,000mAh battery. If true, it would be the largest battery ever used in a smartphone and could, in theory, provide up to a week of battery life on a single charge.
The leaker did not reveal the name of the company behind the device, but there are some clues. This week, HONOR unveiled the X80 Pro Max in China with an 11,000mAh battery and 90W wired charging support. The company also launched the Honor Win in January, which packs a 10,000mAh battery.
HONOR, a former subsidiary of Huawei, has a proven track record of developing smartphones with unusually large batteries. However, other Chinese brands, including Xiaomi, have also launched devices such as the Xiaomi 17 Pro Max with 7,500mAh batteries. Though Chinese users on Weibo also believe the company behind the new battery is HONOR.
Interestingly, Digital Chat Station said the device with the 14,000mAh battery weighs around 220 grams, making it lighter than the Apple iPhone 17 Pro Max (233 grams) and slightly heavier than the Samsung Galaxy S26 Ultra (214 grams).
The iPhone 17 Pro Max currently packs a 5,088mAh battery in eSIM-only versions, while the Galaxy S26 Ultra features a 5,000mAh battery. Neither device is expected to see a dramatic increase in battery capacity in its next-generation successor. So when it comes to battery comparison, Chinese brands are unbeaten.
HONOR smartphones are currently available in the EU, but the Chinese brand has no official presence in the United States due to restrictions imposed by the U.S. government.
Question
Lant
Hey guys. I'm currently looking for a scripting language with a tiny footprint (less than 3KB RAM and a binary that when compiled is less than 20/30KB).
All I need is the ability to evaluate statements similar to first order logic.
For example: !(x : X | x > 5)
Would mean that "for all x in the set X, return true if all xs are greater than 5, otherwise return false".
I need the ability to define functions that would return these sets (The ability to define X and pass parameters to that function that returns a set).
It would also need to be able to support a limited form of structures, where an attribute could be obtained on a certain variable (eg. x.count).
As for data types, integer, floating point and sets are about all I need. Anything else would probably be ripped out to save space.
It needs to be written in C and the ability to compile on old versions of GCC (3.4.x) would also be useful.
Anyone got any ideas? Ideally I don't want to have to write this myself.
Link to comment
https://www.neowin.net/forum/topic/1119526-looking-for-a-scriping-language-with-a-tiny-footprint/Share on other sites
4 answers to this question
Recommended Posts