3.9.3 Can you answer these questions?

3.9.3.1 WolframScript never exits (v11 only)
3.9.3.2 Representing inequalties with proper boundaries
3.9.3.3 StringTemplate performance issue
3.9.3.1 WolframScript never exits (v11 only)

http://mathematica.stackexchange.com/questions/124667/wolframscript-never-exits-v11-only

 
after updating to version 11, I came across a problem with the execution of package files via bash. 
 
The WolframScript program runs the entire code, but frequently it does not exit properly and as a  ...
 
- asked by fabio.hipolito 5votes
3.9.3.2 Representing inequalties with proper boundaries

http://mathematica.stackexchange.com/questions/124747/representing-inequalties-with-proper-boundaries

 
I have a very simple problem: given an inequality, I'd like to represent it in a regional plot marking the boundary differently depending whether it belongs to the region or not. For example I'd like  ...
 
- asked by Geon 3votes
3.9.3.3 StringTemplate performance issue

http://mathematica.stackexchange.com/questions/125087/stringtemplate-performance-issue

 
StringTemplate introduced in version 10 is very convenient in constructing formatted data. However, it seems to have a huge performance issue. 
 
Consider this example: 
 
data = RandomInteger[{1, 100},  ...
 
- asked by xslittlegrass 5votes