Thread: Readding eval()
View Single Post
  #21  
Old 03-22-2007, 02:13 AM
Admins Admins is offline
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
Admins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud of
Hmmm Such an eval() would be bad design in my opinion, makes code looks less easy to understand, more unsecure and is not adding new functionality. So before adding something like that I would need to see some real application for it.
I initially though fo some thing that can compute stuff like "3 + 5 / 2", without the ability to access functions or similar.
Reply With Quote